35d79ba27b
* Use magic "GTK_CONFIG" rather than spelling out the path explicitly.
17 lines
661 B
Plaintext
17 lines
661 B
Plaintext
--- configure.orig Wed Jun 7 05:05:11 2000
|
|
+++ configure Mon Oct 9 09:57:00 2000
|
|
@@ -2841,11 +2841,11 @@
|
|
|
|
if test "x$gtk_config_prefix" != "x" ; then
|
|
gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
|
|
- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
|
|
+ GTK_CONFIG=${GTK_CONFIG}
|
|
fi
|
|
if test "x$gtk_config_exec_prefix" != "x" ; then
|
|
gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
|
|
- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
|
|
+ GTK_CONFIG=${GTK_CONFIG}
|
|
fi
|
|
if test "X$GTK_CONFIG" = "X"; then
|
|
# Extract the first word of "gtk-config", so it can be a program name with args.
|