diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 12:13:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:13 -0500 |
commit | 0dd630cfa7dc55b4ba4146bbef801bccc15a4c74 (patch) | |
tree | ebc2b7a89fb520f5e61977adfe2d6afd7d558aed /source4/lib/replace/libreplace.m4 | |
parent | 81fdc61c114b66b8e58d5032d05029e5188a04eb (diff) | |
download | samba-0dd630cfa7dc55b4ba4146bbef801bccc15a4c74.tar.gz samba-0dd630cfa7dc55b4ba4146bbef801bccc15a4c74.tar.bz2 samba-0dd630cfa7dc55b4ba4146bbef801bccc15a4c74.zip |
r18085: using m4_include() instead of sinclude() means we get an error if the
include fails - thats better than the compile failing mysteriously
(This used to be commit b4df3c73913557297e0eb1ea89cb42a8e7920de8)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 18b9a1a6e6..ce42367212 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -146,8 +146,8 @@ AC_CHECK_FUNCS(dlopen dlsym dlerror dlclose) AC_CHECK_FUNCS([syslog memset setnetgrent getnetgrent endnetgrent memcpy],, [AC_MSG_ERROR([Required function not found])]) -sinclude(getpass.m4) -sinclude(cc_features.m4) +m4_include(getpass.m4) +m4_include(cc_features.m4) LIBREPLACE_C99_STRUCT_INIT(c99_struct_initialization=yes, c99_struct_initialization=no) |