projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f45f8
)
Fix typo, Closes bug [1050003]
author
gmorris
<gmorris>
Sun, 27 Feb 2005 02:25:17 +0000
(
02:25
+0000)
committer
gmorris
<gmorris>
Sun, 27 Feb 2005 02:25:17 +0000
(
02:25
+0000)
configure
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
82e8eaf
..
9732c28
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2134,7
+2134,7
@@
fi
break
fi
- CFLAGS=$CFLAGS `K5CONFIG --cflags`
+ CFLAGS=$CFLAGS `
$
K5CONFIG --cflags`
fi
done
if test "x$KRBDIR" = "x"; then
diff --git
a/configure.in
b/configure.in
index
efc21bf
..
aaffb2d
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-202,7
+202,7
@@
if test "$enable_gss" = yes; then
AC_DEFINE(HAVE_GSS_KRB5_CCACHE_NAME),,$KRBLIB)
break
fi
- CFLAGS=$CFLAGS `K5CONFIG --cflags`
+ CFLAGS=$CFLAGS `
$
K5CONFIG --cflags`
fi
done
dnl We didn't find a usable Kerberos environment