mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4c2a8e6363
from GNOME Evolution and Gnumeric - upcoming releases of these two pieces of software, and others, will require this library.
10 lines
520 B
Plaintext
10 lines
520 B
Plaintext
--- configure.orig Thu Oct 5 16:15:23 2000
|
|
+++ configure Thu Oct 5 20:41:31 2000
|
|
@@ -4970,4 +4970,4 @@
|
|
echo "configure:4971: 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
|