blob: d4eb5985b4dcf3f7fc85e10b5ce4b467569042d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Fri Dec 14 08:34:33 2001
+++ configure Sat Dec 15 01:42:47 2001
@@ -1672,7 +1672,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lgnugetopt $LIBS"
+LIBS="-L${prefix}/lib -lgnugetopt $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1678 "configure"
#include "confdefs.h"
@@ -1706,7 +1706,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-lgnugetopt $LIBS"
+ LIBS="-L${prefix}/lib -lgnugetopt $LIBS"
else
echo "$ac_t""no" 1>&6
|