blob: 2092e0e549a56e1b320e663d01e023221ae96696 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- configure.orig Fri Feb 14 13:34:37 2003
+++ configure Fri Feb 14 13:35:36 2003
@@ -1115,7 +1115,7 @@
else
echo "$ac_t""not found" 1>&6
if test xfail = xfail; then
- { echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; exit 1; }
+ { echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; }
fi
fi
fi
@@ -2965,7 +2965,7 @@
fi
BONOBO_CFLAGS=""
BONOBO_LIBS=""
- { echo "configure: error: BONOBO not found" 1>&2; exit 1; }
+ { echo "configure: error: BONOBO not found" 1>&2; }
fi
|