diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-23 01:31:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-23 01:31:40 +0000 |
commit | 7ab05c2ffa87c962a38a9ac90fa5705d93516a57 (patch) | |
tree | f0e7deda85e36b16a30b6ed599ef8a3c09a03f17 /source4/configure.in | |
parent | 5052c65fd311273b5b3ea9c0546367235f0b945d (diff) | |
download | samba-7ab05c2ffa87c962a38a9ac90fa5705d93516a57.tar.gz samba-7ab05c2ffa87c962a38a9ac90fa5705d93516a57.tar.xz samba-7ab05c2ffa87c962a38a9ac90fa5705d93516a57.zip |
we don't need awk now
(This used to be commit db6d7daaef4d51e3c463fe76eefa2b22ff71a546)
Diffstat (limited to 'source4/configure.in')
-rw-r--r-- | source4/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in index 55ee591665..5b91e778e4 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -284,7 +284,6 @@ fi dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL -AC_PROG_AWK AC_PATH_PROG(PERL, perl) dnl Check if we use GNU ld |