blob: ad2d4ad457f7e5d044405e594602056594eeb7e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- configure.orig Wed Apr 22 07:47:30 1998
+++ configure Thu Apr 30 05:05:50 1998
@@ -3215,14 +3215,14 @@
GX_LIBS="$GTK_LIBS"
fi
-echo $ac_n "checking for main in -ltiff""... $ac_c" 1>&6
-echo "configure:3220: checking for main in -ltiff" >&5
-ac_lib_var=`echo tiff'_'main | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for main in -ltiff34""... $ac_c" 1>&6
+echo "configure:3220: checking for main in -ltiff34" >&5
+ac_lib_var=`echo tiff34'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-ltiff $GX_LIBS $LIBS"
+LIBS="-ltiff34 $GX_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3228 "configure"
#include "confdefs.h"
@@ -3252,7 +3252,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-ltiff $LIBS"
+ LIBS="-ltiff34 $LIBS"
else
echo "$ac_t""no" 1>&6
|