mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
19 lines
707 B
Text
19 lines
707 B
Text
--- 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
|
|
|