blob: 0cb26397b4bc79521a444dd823becf0fefbbebc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$FreeBSD$
--- configure.orig Tue Oct 23 10:18:27 2001
+++ configure Tue Oct 23 10:18:56 2001
@@ -9234,7 +9234,7 @@
-if test $perl_val == true; then
+if [ $perl_val = true ]; then
WITH_PERL_TRUE=
WITH_PERL_FALSE='#'
else
@@ -9249,7 +9249,7 @@
#GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
-GNOMEDB_oafdir=${prefix}/share/oaf
+GNOMEDB_oafdir=${prefix}/share/gnome/oaf
|