Mercurial > audlegacy
changeset 4524:a5377b724505
Cleaned up some accidentally left in duplicated checks.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 30 Apr 2008 03:49:46 +0300 |
parents | b3e4f5c31546 |
children | 16466c2624b2 |
files | configure.ac |
diffstat | 1 files changed, 4 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Apr 30 03:43:15 2008 +0300 +++ b/configure.ac Wed Apr 30 03:49:46 2008 +0300 @@ -32,11 +32,13 @@ IMPLIB_LIBS="" AC_SUBST([IMPLIB_LIBS]) -dnl XXX + +dnl Plugin stuff +dnl ======================== SHARED_SUFFIX="$PLUGIN_SUFFIX" AC_SUBST([SHARED_SUFFIX]) AC_DEFINE_UNQUOTED([SHARED_SUFFIX], "${SHARED_SUFFIX}", -[Define the shared module suffix extension on your platform.]) + [Define the shared module suffix extension on your platform.]) AC_MSG_CHECKING([if you are running Apple-GCC]) case "$target" in @@ -127,31 +129,6 @@ ### --------------------------------------------------------------------------- -dnl Plugin stuff -dnl ======================== -dnl Ok, first we find out what flags we need to use. -IMPLIB_LIBS='' -AC_SUBST([IMPLIB_LIBS]) - -dnl XXX -SHARED_SUFFIX=$PLUGIN_SUFFIX -AC_SUBST([SHARED_SUFFIX]) -AC_DEFINE_UNQUOTED([SHARED_SUFFIX], "${SHARED_SUFFIX}", - [Define the shared module suffix extension on your platform.]) - -AC_MSG_CHECKING([if you are running Apple-GCC]) -case "$target" in - *-apple-*) - AC_MSG_RESULT([yes, sorry you poor bastard]) - LDFLAGS="$LDFLAGS -framework CoreFoundation -framework CoreServices -framework Carbon" - ;; - *) - AC_MSG_RESULT([no]) - ;; -esac - - -### --------------------------------------------------------------------------- dnl Chardet support dnl =============== AUD_ARG_ENABLE([chardet], [yes],