The SDL_LIBS was missing, which included the critical -pthread switch. PR: 75984 Submitted by: Ulrich Spoerlein <q@uni.de>
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
--- configure.in.orig Sun Jan 9 10:44:49 2005
|
|
+++ configure.in Sun Jan 9 10:49:16 2005
|
|
@@ -52,6 +52,7 @@
|
|
)
|
|
|
|
CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
|
|
+LIBS="$LIBS $SDL_LIBS"
|
|
|
|
# cmdline options
|
|
AC_ARG_ENABLE(sdl_ttf,
|