forked from Lainports/freebsd-ports
A password manager that stores password information encrypted. PR: 11787 Submitted by: Dominik Brettnacher <domi@saargate.de>
13 lines
565 B
Text
13 lines
565 B
Text
--- configure.orig Thu May 6 05:46:20 1999
|
|
+++ configure Mon May 10 19:06:10 1999
|
|
@@ -871,8 +871,8 @@
|
|
done
|
|
test -n "$strip" || strip="/usr/bin/strip"
|
|
|
|
-# Extract the first word of "gtk-config", so it can be a program name with args.
|
|
-set dummy gtk-config; ac_word=$2
|
|
+# Extract the first word of "gtk12-config", so it can be a program name with args.
|
|
+set dummy gtk12-config; ac_word=$2
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
echo "configure:878: checking for $ac_word" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then
|