summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dca6bd9)
raw | patch | inline | side by side (parent: dca6bd9)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 10 Jun 2016 10:27:55 +0000 (12:27 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 10 Jun 2016 10:27:55 +0000 (12:27 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 5e292e4eec099cf3b78d0e1385d91aa7d9b60814..145f3936d95055c17843ecfd089a5d2171ae6ee8 100644 (file)
--- a/configure.ac
+++ b/configure.ac
esac
AC_MSG_RESULT([$ac_system])
-AM_CONDITIONAL([BUILD_LINUX],[test "x$ac_system" = "xLinux"])
-AM_CONDITIONAL([BUILD_SOLARIS],[test "x$ac_system" = "xSolaris"])
-AM_CONDITIONAL([BUILD_DARWIN],[test "x$ac_system" = "xDarwin"])
-AM_CONDITIONAL([BUILD_OPENBSD],[test "x$ac_system" = "xOpenBSD"])
-AM_CONDITIONAL([BUILD_AIX],[test "x$ac_system" = "xAIX"])
-AM_CONDITIONAL([BUILD_FREEBSD],[test "x$ac_system" = "xFreeBSD"])
+AM_CONDITIONAL([BUILD_AIX], [test "x$ac_system" = "xAIX"])
+AM_CONDITIONAL([BUILD_DARWIN], [test "x$ac_system" = "xDarwin"])
+AM_CONDITIONAL([BUILD_FREEBSD], [test "x$ac_system" = "xFreeBSD"])
+AM_CONDITIONAL([BUILD_LINUX], [test "x$ac_system" = "xLinux"])
+AM_CONDITIONAL([BUILD_OPENBSD], [test "x$ac_system" = "xOpenBSD"])
+AM_CONDITIONAL([BUILD_SOLARIS], [test "x$ac_system" = "xSolaris"])
if test "x$ac_system" = "xLinux"
then