comparison configure.in @ 121:43febd46d49d

Name changed from OBSD to OPENBSD_AUDIO
author Sam Lantinga <slouken@libsdl.org>
date Mon, 23 Jul 2001 02:58:42 +0000
parents ae6e6b73333f
children 92cbc667a9ff
comparison
equal deleted inserted replaced
120:ef15e2ff28a4 121:43febd46d49d
299 { 299 {
300 AC_ARG_ENABLE(openbsdaudio, 300 AC_ARG_ENABLE(openbsdaudio,
301 [ --enable-openbsdaudio OpenBSD native audio support [default=yes]], 301 [ --enable-openbsdaudio OpenBSD native audio support [default=yes]],
302 , enable_openbsdaudio=yes) 302 , enable_openbsdaudio=yes)
303 if test x$enable_audio = xyes -a x$enable_openbsdaudio = xyes; then 303 if test x$enable_audio = xyes -a x$enable_openbsdaudio = xyes; then
304 CFLAGS="$CFLAGS -DOBSD_SUPPORT" 304 CFLAGS="$CFLAGS -DOPENBSD_AUDIO_SUPPORT"
305 AUDIO_SUBDIRS="$AUDIO_SUBDIRS openbsd" 305 AUDIO_SUBDIRS="$AUDIO_SUBDIRS openbsd"
306 AUDIO_DRIVERS="$AUDIO_DRIVERS openbsd/libaudio_openbsd.la" 306 AUDIO_DRIVERS="$AUDIO_DRIVERS openbsd/libaudio_openbsd.la"
307 fi 307 fi
308 } 308 }
309 309