Mercurial > sdl-ios-xcode
comparison configure.in @ 1399:c35c161a1100
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Feb 2006 23:18:49 +0000 |
parents | 27b719501eb4 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1398:27b719501eb4 | 1399:c35c161a1100 |
---|---|
368 fi | 368 fi |
369 else | 369 else |
370 CFLAGS="$CFLAGS -DALSA_SUPPORT $ALSA_CFLAGS" | 370 CFLAGS="$CFLAGS -DALSA_SUPPORT $ALSA_CFLAGS" |
371 SYSTEM_LIBS="$SYSTEM_LIBS $ALSA_LIBS" | 371 SYSTEM_LIBS="$SYSTEM_LIBS $ALSA_LIBS" |
372 fi | 372 fi |
373 SOURCES="$SOURCES $srcdir/src/audio/alsa/*.c" | |
374 fi | 373 fi |
375 } | 374 } |
376 | 375 |
377 dnl Check whether we want to use IRIX 6.5+ native audio or not | 376 dnl Check whether we want to use IRIX 6.5+ native audio or not |
378 CheckDMEDIA() | 377 CheckDMEDIA() |