diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-24 16:16:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:19 -0500 |
commit | 62bdececc6de25d1dfdc5c27b5600180d2c8f446 (patch) | |
tree | 4209dea40eb7d4b3dc93e52fb56c5efd258e781b /source4/build/m4 | |
parent | 763c0a8983cc39435489cca45389e33278e95e5b (diff) | |
download | samba-62bdececc6de25d1dfdc5c27b5600180d2c8f446.tar.gz samba-62bdececc6de25d1dfdc5c27b5600180d2c8f446.tar.bz2 samba-62bdececc6de25d1dfdc5c27b5600180d2c8f446.zip |
r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/public.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index 00699acc6e..6e8be7fa5e 100644 --- a/source4/build/m4/public.m4 +++ b/source4/build/m4/public.m4 @@ -80,8 +80,8 @@ AC_DEFUN([SMB_EXT_LIB_FROM_PKGCONFIG], SMB_EXT_LIB_ENABLE($1, YES) AC_MSG_RESULT(yes), AC_MSG_RESULT(no), - CFLAGS="$OLD_CFLAGS" AC_MSG_WARN([cannot run when cross-compiling])) + CFLAGS="$OLD_CFLAGS" SMB_EXT_LIB($1, |