diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-15 14:06:35 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-15 14:06:35 +0000 |
commit | 4b117b89179e49499c16d884dde9149ed1d69309 (patch) | |
tree | ad6c1258db7a7069daf436cd5d13072e880a1170 /source3/configure.in | |
parent | ed3d7fd7b5d3c1954e0e1fcb21600b2937f4f249 (diff) | |
download | samba-4b117b89179e49499c16d884dde9149ed1d69309.tar.gz samba-4b117b89179e49499c16d884dde9149ed1d69309.tar.xz samba-4b117b89179e49499c16d884dde9149ed1d69309.zip |
Merge from HEAD:
- heimdal updates to configure
- make DEBUG() const
- add testsuite for:
- preexec
- preexec close
- valid users
- fix testsuite for 'invalid users'
Andrew Bartlett
(This used to be commit aa41fb8703db4a4ecd3b353874c99a994e8ed630)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 2299fe88634..167f977522a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1993,8 +1993,8 @@ if test x$FOUND_KRB5 = x"no"; then # see if this box has the SuSE location for the heimdal kerberos implementation AC_MSG_CHECKING(for /usr/include/heimdal) if test -d /usr/include/heimdal; then - CFLAGS="$CFLAGS -I/usr/heimdal/include" - CPPFLAGS="$CPPFLAGS -I/usr/heimdal/include" + CFLAGS="$CFLAGS -I/usr/include/heimdal" + CPPFLAGS="$CPPFLAGS -I/usr/include/heimdal" AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) |