mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
13 lines
622 B
Text
13 lines
622 B
Text
--- configure.orig Tue May 9 20:50:13 2000
|
|
+++ configure Tue May 16 09:56:35 2000
|
|
@@ -5951,8 +5951,8 @@
|
|
|
|
echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
|
|
echo "configure:5954: checking for GTK >= 1.2.7" >&5
|
|
-if gtk-config --version > /dev/null 2>&1; then
|
|
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
|
+if $GTK_CONFIG --version > /dev/null 2>&1; then
|
|
+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
|
if test "$vers" -ge 1002007; then
|
|
echo "$ac_t""found" 1>&6
|
|
else
|