1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Update configure.ac with autoupdate.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-05 22:56:19 +00:00
parent 1f4404a43e
commit 51becbbb81

View File

@ -31,7 +31,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
dnl Require autoconf >= 2.59
AC_PREREQ(2.59)
AC_PREREQ([2.69])
dnl Init autoconf
AC_INIT
@ -176,7 +176,7 @@ AC_ARG_WITH(lib-preference,
lib_preference=$withval,
lib_preference="system local")
AC_ARG_ENABLE(sse, [AC_HELP_STRING([--enable-sse],[enable SSE optimizations])], enable_sse=$enableval, enable_sse=yes)
AC_ARG_ENABLE(sse, [AS_HELP_STRING([--enable-sse],[enable SSE optimizations])], enable_sse=$enableval, enable_sse=yes)
AC_ARG_ENABLE(universal_binary,[ --enable-universal_binary enable universal binary build: (default: disable)],[enable_universal_binary=$enableval],[enable_universal_binary=no])