blob: 8ef6485847a9fdfaeb5364f0c6ae9d2ec209e57b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Mon Sep 25 21:16:48 2000
+++ configure Wed Oct 11 12:11:11 2000
@@ -964,7 +964,7 @@
echo $ac_n "checking for GNOME apps directory""... $ac_c" 1>&6
echo "configure:966: checking for GNOME apps directory" >&5
GNOMEAPPS=`$gnomecfg --datadir`
- GNOMEAPPS="$GNOMEAPPS/gnome/apps/Settings"
+ GNOMEAPPS="$GNOMEAPPS/apps/Settings"
GNOMEAPP="wmakerconf.desktop"
echo "$ac_t""$GNOMEAPPS" 1>&6
fi
@@ -2856,7 +2856,7 @@
www_support="yes"
else
echo "$ac_t"""no"" 1>&6
- for ac_prog in lynx wget
+ for ac_prog in lynx fetch
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
|