diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-16 06:33:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:46 -0500 |
commit | 3fd2a38e62a9c7c444d7dd9f56673fa216a00fdd (patch) | |
tree | ee801149a16160ab5d2a8340aed6f9852683de97 /source4/lib/talloc/configure.in | |
parent | fc748e650fa2d6f9247f00105f709b403a7aa8a0 (diff) | |
download | samba-3fd2a38e62a9c7c444d7dd9f56673fa216a00fdd.tar.gz samba-3fd2a38e62a9c7c444d7dd9f56673fa216a00fdd.tar.bz2 samba-3fd2a38e62a9c7c444d7dd9f56673fa216a00fdd.zip |
r6812: more talloc portability tweaks
(This used to be commit 450ac2e4dea25910ee5384747bdb6ad7323e967d)
Diffstat (limited to 'source4/lib/talloc/configure.in')
-rw-r--r-- | source4/lib/talloc/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in index 8a87ab8754..8e7e8252fd 100644 --- a/source4/lib/talloc/configure.in +++ b/source4/lib/talloc/configure.in @@ -1,5 +1,4 @@ -AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""]) -AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""]) +AC_PREREQ(2.50) AC_INIT(talloc.h) AC_PROG_CC if test "x$GCC" = "xyes"; then |