13 lines
576 B
Text
13 lines
576 B
Text
$NetBSD: patch-ae,v 1.1 2006/10/14 01:50:42 rillig Exp $
|
|
|
|
--- configure.in.orig 2003-02-06 03:17:17.000000000 +0100
|
|
+++ configure.in 2006-10-14 03:49:24.000000000 +0200
|
|
@@ -15,7 +15,7 @@ AC_PROG_RANLIB
|
|
CFLAGS="-g -O2 -Wall -Wimplicit $USER_CFLAGS"
|
|
dnl Checks for library functions.
|
|
AC_ARG_ENABLE(client, [ --disable-client disable libggi detection (can only build server)],
|
|
- if test $enableval == no; then
|
|
+ if test $enableval = no; then
|
|
AC_MSG_RESULT([Skipping libggi detection - you will only be able to build the server!])
|
|
DO_USE_GGI=0
|
|
else
|