This commit is contained in:
brad 2000-08-27 22:48:19 +00:00
parent 46d65ad221
commit 93dfa45841
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
--- configure.orig Sun Aug 27 15:46:16 2000
+++ configure Sun Aug 27 15:46:59 2000
--- configure.orig Fri Aug 25 01:46:13 2000
+++ configure Sun Aug 27 18:27:55 2000
@@ -3685,10 +3685,7 @@
echo
fi
@ -8,7 +8,7 @@
- gtkfe=yes
- imlib=yes
-else
+if test "$gtkfe" != yes; then
+if test "$gtkfe" = no; then
gnome=no
imlib=no
panel=no

View File

@ -1,5 +1,5 @@
--- configure.in.orig Fri Aug 25 01:46:09 2000
+++ configure.in Sun Aug 27 14:18:47 2000
+++ configure.in Sun Aug 27 18:24:37 2000
@@ -133,10 +133,7 @@
echo
fi
@ -8,7 +8,7 @@
- gtkfe=yes
- imlib=yes
-else
+if test "$gtkfe" != yes; then
+if test "$gtkfe" = no; then
gnome=no
imlib=no
panel=no