diff --git a/configure.ac b/configure.ac index 0f7c90b03..947844106 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ then fi AC_MSG_CHECKING([OS family]) -if expr "$host_os" : ".*darwin.*" > /dev/null; then +if test "$host_vendor" = "apple"; then system=MacOSX AC_DEFINE([HAVE_MACOSX], [1], [This is Mac X OS]) APPEXT=.app