tunnel-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tunnel-list] configure.ac patch


From: Loic Dachary
Subject: [tunnel-list] configure.ac patch
Date: Fri, 15 Feb 2002 15:25:08 +0100

        Hi,

        Here is a small fix. Otherwise it fails to detect the libs.
The game works and is fun. Congrats ;-)

Index: configure.ac
===================================================================
RCS file: /cvsroot/tunnel/tunnel/configure.ac,v
retrieving revision 1.2
diff -u -r1.2 configure.ac
--- configure.ac        29 Nov 2001 23:12:10 -0000      1.2
+++ configure.ac        15 Feb 2002 14:22:19 -0000
@@ -94,6 +94,8 @@
 
 # Checks for libraries.
 AM_PATH_SDL(1.1.5, , AC_MSG_ERROR(tunnel needs SDL))
+LIBS="$LIBS $SDL_LIBS"
+CFLAGS="$CFLAGS $SDL_CFLAGS"
 AC_CHECK_LIB([SDL_image], [IMG_Load])
 
 # Checks for typedefs, structures, and compiler characteristics.

-- 
Loic   Dachary         http://www.dachary.org/  address@hidden
12 bd  Magenta         http://www.senga.org/      address@hidden
75010    Paris         T: 33 1 42 45 07 97          address@hidden
        GPG Public Key: http://www.dachary.org/loic/gpg.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]