[packages] libmpcdec: fix autoreconf

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24523 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-12 19:51:37 +00:00
parent e12297c9ac
commit dc5f142f92

View File

@ -0,0 +1,10 @@
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(libmpcdec,1.2.6)
AM_CONFIG_HEADER(include/config.h)
+AC_PROG_CXX
AM_PROG_LIBTOOL
CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -fPIC"