diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-04-28 12:56:30 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-04-28 12:56:30 +0400 |
commit | 6ee378486a9cea574b18d7462e9faf3087fc5045 (patch) | |
tree | 26a3cb648d08fc5f406848b5026503b1c55360fc /configure.ac | |
parent | 5420cede6fcdb2d355f0f21b92a4f697c312e305 (diff) | |
download | apt-6ee378486a9cea574b18d7462e9faf3087fc5045.tar.gz |
Removed bogus AC_PROG_LIBTOOL
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 4e2d8aa3..f91847c2 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,6 @@ AC_PROG_CC_C99 gl_EARLY AC_PROG_CXX LT_INIT([disable-static]) -AC_PROG_LIBTOOL AC_PATH_PROG(DOXYGEN, doxygen) AC_PATH_PROG(PO4A, po4a) |