diff options
author | Armin K <krejzi@email.com> | 2013-03-13 18:49:33 +0100 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-03-18 16:34:52 +0800 |
commit | 81aadb8ae204f58d77a948c8624f1e72659dcdf0 (patch) | |
tree | 63a2ec0bf1a6d2757675190995add4d4b77758b7 | |
parent | f2d7f1cf351bdc3a8a00fe564cd6a937db3b4e19 (diff) |
Don't use AC_PROG_LIBTOOL
Autoconf only needs libtool macros which are copied when
autoreconf is run. There is no need for looking for
"libtool" program in PATH. This properly disables static
libraries from being built and installed.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 230543c..5ff6ae1 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,6 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE([enable]) # Initialize libtool -AC_PROG_LIBTOOL LT_PREREQ([2.2]) LT_INIT([disable-static]) |