Browse Source

alsa libs fix

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@236 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
wingo 23 years ago
parent
commit
c01ea17b02
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      configure.in

+ 2
- 1
configure.in View File

@@ -126,7 +126,7 @@ AM_PATH_GLIB(1.0.0,
AC_CHECK_LIB(asound,snd_pcm_drop,
[
HAVE_ALSA="true"
AC_SUBST(ALSA_LIBS, -lasound)
ALSA_LIBS=-lasound
],
[
HAVE_ALSA="false"
@@ -134,6 +134,7 @@ AC_CHECK_LIB(asound,snd_pcm_drop,
],
[-lm]
)
AC_SUBST(ALSA_LIBS)

dnl replace me with a proper test
HAVE_SOLARIS="false"


Loading…
Cancel
Save