blob: 746c875947047d9809de15734f20d4ea387ed8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- configure.orig Sun Mar 24 14:42:24 2002
+++ configure Sun Mar 24 14:43:21 2002
@@ -3259,8 +3259,8 @@
echo "$ac_t""no" 1>&6
fi
- if eval "test x$GNOME_CONFIG = xyes"; then
- GNOME_PREFIX=`gnome-config --prefix`
+ if eval "test x$GNOME_CONFIG != xno"; then
+ GNOME_PREFIX=`$GNOME_CONFIG --prefix`
echo "configure: warning: "Will install Gnome things to $GNOME_PREFIX"" 1>&2
fi
fi
|