diff options
author | Jörg Mayer <jmayer@loplof.de> | 2013-11-03 12:39:50 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2013-11-03 12:39:50 +0000 |
commit | 0dc80637daa1990f5b091e33a9b2da0f9e8802e5 (patch) | |
tree | c5428267165b244c921a7b97e13945c4dc8aa8a5 /configure.ac | |
parent | 117a59d7a2998077d5e5163ce1f8d11edd220944 (diff) | |
download | wireshark-0dc80637daa1990f5b091e33a9b2da0f9e8802e5.tar.gz wireshark-0dc80637daa1990f5b091e33a9b2da0f9e8802e5.tar.bz2 wireshark-0dc80637daa1990f5b091e33a9b2da0f9e8802e5.zip |
Fix autoconf broken by last commit.
svn path=/trunk/; revision=53060
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9fb66d90fd..facbac4c0b 100644 --- a/configure.ac +++ b/configure.ac @@ -1212,7 +1212,6 @@ esac # # Add any checks here that are necessary for other OSes. # -AM_PROG_SED AC_PATH_PROG(SED, sed) if test "x$SED" = x then |