forked from Lainports/freebsd-ports
22 lines
704 B
Text
22 lines
704 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Fri Jun 7 21:38:37 2002
|
|
+++ configure Fri Jun 7 21:39:48 2002
|
|
@@ -5913,6 +5913,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -10790,7 +10791,7 @@
|
|
if gnome-config --libs gb > /dev/null 2>&1; then
|
|
verstxt=`gnome-config --modversion gb 2>/dev/null`
|
|
vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'`
|
|
- if test "$vers" -eq 000017; then
|
|
+ if test "$vers" -ge 000017; then
|
|
echo "$ac_t""$marker_ok found $verstxt" 1>&6
|
|
cat >> confdefs.h <<\EOF
|
|
#define ENABLE_GB 1
|