mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
$NetBSD: patch-ab,v 1.4 2011/01/11 20:20:53 drochner Exp $
|
|
|
|
--- configure.orig 2010-10-05 18:28:53.000000000 +0000
|
|
+++ configure
|
|
@@ -12007,7 +12007,7 @@ fi
|
|
|
|
|
|
|
|
-if test "$sdlnet_flag" == "-DSDL_NET_ENABLED" ; then
|
|
+if test "$sdlnet_flag" = "-DSDL_NET_ENABLED" ; then
|
|
{ echo "$as_me:$LINENO: checking for main in -lSDL_net" >&5
|
|
echo $ECHO_N "checking for main in -lSDL_net... $ECHO_C" >&6; }
|
|
if test "${ac_cv_lib_SDL_net_main+set}" = set; then
|