From e85fcff640e88202c2c150b30636250d6ceabd54 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 5 Feb 2006 12:15:06 +0000 Subject: [PATCH] fix check for Darwin --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 192eafe..14a2d76 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ esac AC_DEFINE_UNQUOTED([SYSTEM_HOST], [$ac_system_host], [Set this to your system host (Linux, Solaris, OpenBSD, NetBSD, FreeBSD or Darwin)]) dnl treat Darwin special in Makefiles -AM_CONDITIONAL(DARWIN, test x$ac_system_host = Darwin) +AM_CONDITIONAL(DARWIN, test x$ac_system_host = xDarwin) AC_MSG_CHECKING(whether to enable debugging) AC_ARG_ENABLE(debug,