shithub: opus-tools

Download patch

ref: 7981ba1f6d309a11117f0f1c7e68175636d7ba42
parent: be6c5ecb14670b455c08bbb45b5d6c169ec23365
author: Gregory Maxwell <greg@xiph.org>
date: Mon May 28 01:13:03 EDT 2012

Revert "Add AC_PROG_LIBTOOL to make it easier to build static win32 bins."

This reverts commit fd3abf6b4435ab236f2bd0e2cadd5c90161e19ad.

'cause it didn't actually work.

--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,6 @@
 AC_C_CONST
 AC_C_INLINE
 
-AC_PROG_LIBTOOL
-
 #Use a hacked up version of autoconf's AC_C_RESTRICT because it's not
 #strong enough a test to detect old buggy versions of GCC (e.g. 2.95.3)
 AC_CACHE_CHECK([for C/C++ restrict keyword], ac_cv_c_restrict,