blob: d182a0f6270f4645560774dbb530791d89849f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig Thu Dec 12 14:44:07 2002
+++ configure Tue Dec 24 00:22:37 2002
@@ -9014,6 +9014,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'
@@ -17878,7 +17879,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 "$as_me:$LINENO: result: $marker_ok found $verstxt" >&5
echo "${ECHO_T}$marker_ok found $verstxt" >&6
|