blob: e091c8d8495d80a7474aa2b1d4b9e2be849d1099 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
--- configure.orig Tue Apr 5 14:28:53 2005
+++ configure Fri May 19 02:02:42 2006
@@ -3256,7 +3256,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lSDL $LIBS"
+LIBS="`${SDL_CONFIG} --libs` $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -3312,7 +3312,7 @@
#define HAVE_LIBSDL 1
_ACEOF
- LIBS="-lSDL $LIBS"
+ LIBS="`${SDL_CONFIG} --libs` $LIBS"
fi
#,,[AC_MSG_ERROR([need SDL. See #http://www.libsdl.org])])
@@ -7877,7 +7877,7 @@
echo "$as_me:$LINENO: checking whether netplay support was asked" >&5
echo $ECHO_N "checking whether netplay support was asked... $ECHO_C" >&6
-if test "x$HAVE_LIBSDL_NET" == "xyes"
+if test "x$HAVE_LIBSDL_NET" = "xyes"
then
@@ -8675,7 +8675,36 @@
SDL_FREEBSD_FALSE=
fi
+
+ if test "$USE_SDL_mixer" = "yes"; then
+ LIBS="$LIBS -lSDL_mixer "
+
+
+if true; then
+ SDL_MIXER_LINUX_TRUE=
+ SDL_MIXER_LINUX_FALSE='#'
+else
+ SDL_MIXER_LINUX_TRUE='#'
+ SDL_MIXER_LINUX_FALSE=
+fi
+
+ fi
+
+ if test "$OGG_SUPPORT" = "yes"; then
+ LIBS="$LIBS -lvorbis -lvorbisfile"
+
+
+if true; then
+ ZE_HCD_OGG_SUPPORT_TRUE=
+ ZE_HCD_OGG_SUPPORT_FALSE='#'
+else
+ ZE_HCD_OGG_SUPPORT_TRUE='#'
+ ZE_HCD_OGG_SUPPORT_FALSE=
+fi
+ # ZE_: needs to be processed after SDL_MIXER_LINUX...
+ fi
+
;;
sun4u-SunOS)
echo "Solaris build enabled"
|