mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
23dea21c8f
PR: ports/18090
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
--- configure.in.orig Thu Mar 30 17:32:37 2000
|
|
+++ configure.in Thu Mar 30 17:32:45 2000
|
|
@@ -335,7 +335,7 @@
|
|
dnl Make sure -lpthread works (for SDL)
|
|
if test "x$HAS_SDL" = xyes; then
|
|
AC_CHECK_LIB(pthread, pthread_exit ,SDL_LIBS="$SDL_LIBS -lpthread"
|
|
- HAS_SDL=yes, HAS_SDL=no, [$SDL_LIBS])
|
|
+ HAS_SDL=yes, HAS_SDL=yes, [$SDL_LIBS])
|
|
fi
|
|
if test "x$HAS_SDL" != xyes; then
|
|
SDL_CFLAGS="" SDL_LIBS=""
|