# HG changeset patch # User Matti Hamalainen # Date 1209516586 -10800 # Node ID a5377b724505cdfe0d0a9ac914db9d5160d04f8d # Parent b3e4f5c31546a9ae703389869afc503242eef565 Cleaned up some accidentally left in duplicated checks. diff -r b3e4f5c31546 -r a5377b724505 configure.ac --- 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],