blob: 3b3d21cf4293e2879897d367c40c9e3d45f2e53e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Mon Mar 17 09:31:46 2003
+++ configure Wed Jan 21 15:26:38 2004
@@ -11043,7 +11043,7 @@
# Check whether --with-krbafs or --without-krbafs was given.
if test "${with_krbafs+set}" = set; then
withval="$with_krbafs"
- if test x$withval != xyes ; then
+ if test x$withval != xyes -a x$withval != xno; then
KRBAFS=$withval
CPPFLAGS="-I$withval/include $CPPFLAGS"
CFLAGS="-I$withval/include $CFLAGS"
|