mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/10/14 01:50:42 rillig Exp $
|
|
|
|
--- configure.orig 2006-10-14 03:44:05.000000000 +0200
|
|
+++ configure 2006-10-14 03:49:57.000000000 +0200
|
|
@@ -1109,7 +1109,7 @@ CFLAGS="-g -O2 -Wall -Wimplicit $USER_CF
|
|
# Check whether --enable-client or --disable-client was given.
|
|
if test "${enable_client+set}" = set; then
|
|
enableval="$enable_client"
|
|
- if test $enableval == no; then
|
|
+ if test $enableval = no; then
|
|
echo "$ac_t""Skipping libggi detection - you will only be able to build the server!" 1>&6
|
|
DO_USE_GGI=0
|
|
else
|