diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-24 01:32:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:16 -0500 |
commit | 694ac65faa13cc016f54330b656e64225aa40aab (patch) | |
tree | 854ad9d4f278ceb67916d68b2843245a1d231097 /source4/build | |
parent | af057bdf84d91fe387e7920a6b753142e82d7682 (diff) | |
download | samba-694ac65faa13cc016f54330b656e64225aa40aab.tar.gz samba-694ac65faa13cc016f54330b656e64225aa40aab.tar.bz2 samba-694ac65faa13cc016f54330b656e64225aa40aab.zip |
r2003: got rid of next_token_nr(), which involved some horrible globals
and nasy pointer tricks.
this involved fixing some of the internals of smbclient
(This used to be commit 126fec6169f9412932c82e7675840476132bce87)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/check_cc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/check_cc.m4 b/source4/build/smb_build/check_cc.m4 index af8d465055..ae4e5c956c 100644 --- a/source4/build/smb_build/check_cc.m4 +++ b/source4/build/smb_build/check_cc.m4 @@ -86,7 +86,7 @@ AC_TRY_RUN([#include "${srcdir-.}/build/tests/trivial.c"], if test -n "$DEVELOPER_CFLAGS"; then OLD_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}" - AC_MSG_CHECKING([that the C compiler can use the DEVELOPER_CFALGS]) + AC_MSG_CHECKING([that the C compiler can use the DEVELOPER_CFLAGS]) AC_TRY_RUN([#include "${srcdir-.}/build/tests/trivial.c"], AC_MSG_RESULT(yes), DEVELOPER_CFLAGS=""; AC_MSG_RESULT(no), |