blob: 8c274f2926df4bc619c030447ce1242d14c4da4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- aclocal.m4.orig Tue Oct 22 00:17:38 2002
+++ aclocal.m4 Tue Oct 22 00:17:55 2002
@@ -183,7 +183,7 @@
allegro_support_modules=yes
dnl Use libdl if found, else assume dl* functions in libc.
AC_CHECK_LIB(dl, dlopen,
- [LIBS="-ldl $LIBS"])
+ [LIBS="$LIBS"])
LDFLAGS="-Wl,-export-dynamic $LDFLAGS"
fi])
fi
|