1999-03-09 01:13:40 +00:00
|
|
|
--- configure.orig Thu Feb 25 01:44:38 1999
|
|
|
|
+++ configure Mon Mar 1 20:30:08 1999
|
1999-02-18 04:55:08 +00:00
|
|
|
@@ -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`"
|
1999-03-09 01:13:40 +00:00
|
|
|
+ LIBS="$LIBS `glib12-config --libs gmodule`"
|
|
|
|
+ CFLAGS="$CFLAGS `glib12-config --cflags gmodule`"
|
1999-01-14 16:53:38 +00:00
|
|
|
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`"
|
1999-03-09 01:13:40 +00:00
|
|
|
+ GMODULE_LIBS="`glib12-config --libs gmodule`"
|
|
|
|
+ GMODULE_FLAGS="`glib12-config --cflags gmodule`"
|
1999-01-14 16:53:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
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"
|