diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 09:56:21 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-09-13 09:56:21 +0000 |
commit | 8ba74ff5b7f03260e3af4c7beebdd41efdc20df0 (patch) | |
tree | d7d420640a712ed65b0e9e7d49a821eca5d48426 /source/lib/replace/libreplace.m4 | |
parent | 54a4c348c301506b2ba25f5eb3ff0815cc050a4e (diff) | |
download | samba-8ba74ff5b7f03260e3af4c7beebdd41efdc20df0.tar.gz samba-8ba74ff5b7f03260e3af4c7beebdd41efdc20df0.tar.xz samba-8ba74ff5b7f03260e3af4c7beebdd41efdc20df0.zip |
r18451: move repdir/ into the top dir
metze
Diffstat (limited to 'source/lib/replace/libreplace.m4')
-rw-r--r-- | source/lib/replace/libreplace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4 index 074dd1a1b45..febee6409e4 100644 --- a/source/lib/replace/libreplace.m4 +++ b/source/lib/replace/libreplace.m4 @@ -342,7 +342,7 @@ m4_include(dlfcn.m4) m4_include(getpass.m4) m4_include(system/config.m4) m4_include(win32/config.m4) -m4_include(repdir/config.m4) +m4_include(repdir.m4) AC_CHECK_FUNCS([syslog memset setnetgrent getnetgrent endnetgrent memcpy],, [AC_MSG_ERROR([Required function not found])]) |