1999-02-18 04:55:08 +00:00
|
|
|
--- configure.orig Fri Feb 12 14:06:46 1999
|
|
|
|
+++ configure Thu Feb 18 00:47:01 1999
|
|
|
|
@@ -2304,8 +2304,8 @@
|
|
|
|
echo "configure:2305: checking If dynamic linking works on this system" >&5
|
1999-01-14 16:53:38 +00:00
|
|
|
oLIBS="$LIBS"
|
|
|
|
oCFLAGS="$CFLAGS"
|
|
|
|
- LIBS="$LIBS `glib-config --libs gmodule`"
|
|
|
|
- CFLAGS="$CFLAGS `glib-config --cflags gmodule`"
|
|
|
|
+ LIBS="$LIBS `glib11d-config --libs gmodule`"
|
|
|
|
+ CFLAGS="$CFLAGS `glib11d-config --cflags gmodule`"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
|
|
else
|
1999-02-18 04:55:08 +00:00
|
|
|
@@ -2354,8 +2354,8 @@
|
1999-01-14 16:53:38 +00:00
|
|
|
#define USE_GMODULE 1
|
|
|
|
EOF
|
1998-07-18 18:42:26 +00:00
|
|
|
|
1999-01-14 16:53:38 +00:00
|
|
|
- GMODULE_LIBS="`glib-config --libs gmodule`"
|
|
|
|
- GMODULE_FLAGS="`glib-config --cflags gmodule`"
|
|
|
|
+ GMODULE_LIBS="`glib11d-config --libs gmodule`"
|
|
|
|
+ GMODULE_FLAGS="`glib11d-config --cflags gmodule`"
|
|
|
|
|
|
|
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
1999-02-18 04:55:08 +00:00
|
|
|
@@ -4153,7 +4153,7 @@
|
1999-01-04 08:43:09 +00:00
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
-LIBS="-lXext $X_LIBS $LIBS"
|
|
|
|
+LIBS="-lXext -lX11 $X_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-18 04:55:08 +00:00
|
|
|
#line 4159 "configure"
|
1999-01-04 08:43:09 +00:00
|
|
|
#include "confdefs.h"
|
1999-02-18 04:55:08 +00:00
|
|
|
@@ -4488,7 +4488,7 @@
|
1999-01-04 08:43:09 +00:00
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
-LIBS="-ltiff $GX_LIBS $LIBS"
|
|
|
|
+LIBS="-ltiff -ljpeg -lz $GX_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-18 04:55:08 +00:00
|
|
|
#line 4494 "configure"
|
1999-01-04 08:43:09 +00:00
|
|
|
#include "confdefs.h"
|
1999-02-18 04:55:08 +00:00
|
|
|
@@ -4715,16 +4715,16 @@
|
1998-07-18 18:42:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
1998-06-23 06:43:20 +00:00
|
|
|
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
1999-02-18 04:55:08 +00:00
|
|
|
-echo "configure:4721: checking for gif_lib.h" >&5
|
1998-07-18 18:42:26 +00:00
|
|
|
+ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
1998-06-23 06:43:20 +00:00
|
|
|
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
|
1999-02-18 04:55:08 +00:00
|
|
|
+echo "configure:4721: checking for giflib/gif_lib.h" >&5
|
1998-06-23 06:43:20 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
1998-02-18 15:36:14 +00:00
|
|
|
else
|
1998-06-23 06:43:20 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-18 04:55:08 +00:00
|
|
|
#line 4726 "configure"
|
1998-06-23 06:43:20 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
-#include <gif_lib.h>
|
|
|
|
+#include <giflib/gif_lib.h>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-18 04:55:08 +00:00
|
|
|
{ (eval echo configure:4731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|