diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-09-08 19:19:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-09-08 19:19:54 +0000 |
commit | 5c9762088c564d7188e23e538b74a86d2eb0a972 (patch) | |
tree | e347e3a02ef77a44c2b863ce288f5641404e0f50 /configure.ac | |
parent | aa03a2f1cfe2292a571720a93587c66b40ca1a1a (diff) |
clarify - kernel
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 553b6a33c5..4289526214 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ case "$host_os" in UNIXONLY="#" ;; linux*) - AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux system]) + AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux kernel]) build_target="linux" LIBPREFIX= DLLDIR=lib @@ -127,7 +127,7 @@ netbsd*) UNIXONLY="#" ;; *arm-linux*) - AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux system]) + AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux kernel]) CFLAGS="-D_REENTRANT -fPIC -pipe $CFLAGS" build_target="linux" LIBPREFIX= |