From ae49ad28864d766209b15111a31bd4ee60893957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 12 Nov 2010 10:06:43 +0000 Subject: don't link against libasound; fixed ld-flag svn path=/trunk/externals/iem/syslog/; revision=14431 --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 31ae433..04f7bee 100644 --- a/configure.ac +++ b/configure.ac @@ -27,17 +27,17 @@ AC_CHECK_LIB(c, main) AC_CHECK_LIB(crtdll, fclose) dnl Replace `main' with a function in -lm: -AC_CHECK_LIB(m, main) +#AC_CHECK_LIB(m, main) dnl Replace `main' with a function in -lpthread: dnl AC_CHECK_LIB(pthread, main) dnl Replace `main' with a function in -lstk: dnl AC_CHECK_LIB(stk, main, STK=yes) -AC_CHECK_LIB(asound, snd_seq_close) -if test "x$ac_cv_lib_asound_snd_seq_close" = "xyes"; then - DFLAGS="-DHAVE_ALSA ${DFLAGS}" -fi +#AC_CHECK_LIB(asound, snd_seq_close) +#if test "x$ac_cv_lib_asound_snd_seq_close" = "xyes"; then +# DFLAGS="-DHAVE_ALSA ${DFLAGS}" +#fi if test "x$includedir" != "x"; then for id in $includedir @@ -115,7 +115,7 @@ dnl OK, checks for machines are here now dnl if test `uname -s` = Linux; then - LFLAGS="-export_dynamic -shared" + LFLAGS="--export-dynamic -shared" CFLAGS="-fPIC $CFLAGS" EXT=pd_linux fi -- cgit v1.2.1