diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-19 14:55:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:58 -0500 |
commit | 90bd9f377013cd9d83b1d37e2833e980e8d6c735 (patch) | |
tree | b6637dd5362acc9638e1f9bad2ca1c4af842626b /source4/lib/replace | |
parent | 3eb2b3085db47cfa25f9d46b64d60fdc6b0186e3 (diff) | |
download | samba-90bd9f377013cd9d83b1d37e2833e980e8d6c735.tar.gz samba-90bd9f377013cd9d83b1d37e2833e980e8d6c735.tar.bz2 samba-90bd9f377013cd9d83b1d37e2833e980e8d6c735.zip |
r25231: revert hunk that was commited together with the change to gplv3
was revision 23801
metze
(This used to be commit 6ea0d61ab3bbf801709ca683ce84bfa71267f8f9)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac index 48fb7ce259..beeb77e152 100644 --- a/source4/lib/replace/configure.ac +++ b/source4/lib/replace/configure.ac @@ -19,4 +19,6 @@ if test "$ac_cv_prog_gcc" = yes; then CFLAGS="$CFLAGS -Wno-format-y2k" fi +AC_SUBST(LDFLAGS) + AC_OUTPUT(Makefile) |