blob: 7249bc006a1932b02d8be11db210e26181705eb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- configure Thu Dec 13 13:17:56 2001
+++ configure Wed Apr 3 12:42:10 2002
@@ -10724,8 +10724,8 @@
dv_libs=""
fi;
-EXTRA_LIBS="$LIBS $GLIB_LIBS -ldl -lm"
-DV_EXTRA_LIBS="$GLIB_LIBS -ldl -lm"
+EXTRA_LIBS="$LIBS $GLIB_LIBS -lm"
+DV_EXTRA_LIBS="$GLIB_LIBS -lm"
if test x$with_dv = "x"yes ; then
@@ -10747,7 +10747,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldv -L$with_dv_l -ldv ${EXTRA_LIBS} $LIBS"
+LIBS="-ldv -L$with_dv_l -ldv ${EXTRA_LIBS} $LIBS -llthread"
cat >conftest.$ac_ext <<_ACEOF
#line 10752 "configure"
#include "confdefs.h"
|