X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=ffe69d86e50bc1ee1eabe2bf0cdc499589b08fd9;hb=721f67e477ee5050961020ed5afd8e0daf42bf2d;hp=4fc3384739d04424f9ebff09c4051cc86850a7f9;hpb=75ee3943826ac638a279a81a6d49de09e3e695cf;p=pspp diff --git a/configure.ac b/configure.ac index 4fc3384739..ffe69d86e5 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AC_PROG_CC AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" ) + dnl Internationalization macros. AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION dnl Prevents autoreconf complaint. @@ -95,9 +96,12 @@ AC_CHECK_FUNCS([gethostname strstr strtod __setfpucw isinf isnan finite \ AC_PROG_LN_S - AH_BOTTOM([#include ]) + +AM_CONDITIONAL(unix, test x"$host_os" != x"msdos" ) +AM_CONDITIONAL(msdos, test x"$host_os" == x"msdos" ) + dnl This is needed otherwise --with-included-gettext fails AH_BOTTOM([#include ])