1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +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 Process this file with autoconf to produce a configure script.
dnl Require autoconf >= 2.59 dnl Require autoconf >= 2.59
AC_PREREQ(2.59) AC_PREREQ([2.69])
dnl Init autoconf dnl Init autoconf
AC_INIT AC_INIT
@ -176,7 +176,7 @@ AC_ARG_WITH(lib-preference,
lib_preference=$withval, lib_preference=$withval,
lib_preference="system local") 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]) AC_ARG_ENABLE(universal_binary,[ --enable-universal_binary enable universal binary build: (default: disable)],[enable_universal_binary=$enableval],[enable_universal_binary=no])