blob: aa6c0362f6e172bd6ee073aa09675f2e0c109939 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- configure.in.orig Sun Jul 8 07:32:17 2001
+++ configure.in Sat Aug 25 14:36:05 2001
@@ -201,13 +201,13 @@
fi
;;
*)
- if test -d "$withval"; then
+# if test -d "$withval"; then
etcdir="$withval"
- AC_MSG_RESULT($withval)
- else
- AC_MSG_ERROR([
-Directory $withval does not exist])
- fi
+# AC_MSG_RESULT($withval)
+# else
+# AC_MSG_ERROR([
+#Directory $withval does not exist])
+# fi
;;
esac ],
if test -d "/etc"; then
|