blob: 3bbcde722300adb7085dd554ebbe6faaae916e31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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
|