blob: 9742f41fb674b3381b940fb90c7beedbe20f5581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 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.
|