1999-01-21 20:00:49 +00:00
|
|
|
--- configure.orig Thu Jan 21 00:10:05 1999
|
|
|
|
+++ configure Fri Jan 22 03:38:47 1999
|
1999-01-20 22:49:48 +00:00
|
|
|
@@ -2173,8 +2173,8 @@
|
|
|
|
echo "configure:2174: 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-01-20 22:49:48 +00:00
|
|
|
@@ -2223,8 +2223,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-01-20 22:49:48 +00:00
|
|
|
@@ -3987,7 +3853,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-01-20 22:49:48 +00:00
|
|
|
#line 3993 "configure"
|
1999-01-04 08:43:09 +00:00
|
|
|
#include "confdefs.h"
|
1999-01-20 22:49:48 +00:00
|
|
|
@@ -4322,7 +4188,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-01-20 22:49:48 +00:00
|
|
|
#line 4328 "configure"
|
1999-01-04 08:43:09 +00:00
|
|
|
#include "confdefs.h"
|
1999-01-20 22:49:48 +00:00
|
|
|
@@ -4549,16 +4415,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-01-20 22:49:48 +00:00
|
|
|
-echo "configure:4555: 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-01-20 22:49:48 +00:00
|
|
|
+echo "configure:4555: 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-01-20 22:49:48 +00:00
|
|
|
#line 4560 "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-01-20 22:49:48 +00:00
|
|
|
{ (eval echo configure:4565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|