summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-05-16 22:16:14 +0000
committerDavid Schleef <ds@schleef.org>2007-05-16 22:16:14 +0000
commit2d37c8049340f15c1f7ce5f4b5b539292e66bec0 (patch)
tree856595f5d4431cd87bab69de808980aef43085f9 /configure.ac
parente4d7d00c967e39ac18214fa547dd2acf894ae294 (diff)
downloadliboil-2d37c8049340f15c1f7ce5f4b5b539292e66bec0.tar.gz
* configure.ac:
Use AC_LIBTOOL_TAGS so we don't check for FORTRAN * liboil/ref/wavelet.c: Don't construct out-of-range values for testing. * testsuite/mmx_engine.c: Switch to p2align assembler directive.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b92a9a4..abecd18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ dnl - interfaces removed -> AGE = 0
LIBOIL_LIBVERSION="1:0:1"
AC_SUBST(LIBOIL_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
AC_PROG_LIBTOOL
AM_PROG_AS