diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-02 14:48:40 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-02 14:48:40 +0000 |
commit | b2f097ad38e3216946dcc45f749198d337fc117e (patch) | |
tree | 5bf326ed4f2c20c70a5094d87c05c107ce857de3 /source4/configure.in | |
parent | b884eba104c96b2050e0fab8f244e53a73018867 (diff) | |
download | samba-b2f097ad38e3216946dcc45f749198d337fc117e.tar.gz |
remove some unused stuff
metze
(This used to be commit d634a78faef8f59266f253bac76585ec79ff1b54)
Diffstat (limited to 'source4/configure.in')
-rw-r--r-- | source4/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in index 12998b17279..94c3ba4e826 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -2018,4 +2018,4 @@ dnl Remove -I/usr/include/? from CFLAGS and CPPFLAGS CFLAGS_REMOVE_USR_INCLUDE(CFLAGS) CFLAGS_REMOVE_USR_INCLUDE(CPPFLAGS) -AC_OUTPUT(include/stamp-h Makefile) +AC_OUTPUT(Makefile) |