diff 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
line wrap: on
line diff
--- a/configure.in	Sun Jul 22 23:45:42 2001 +0000
+++ b/configure.in	Mon Jul 23 02:58:42 2001 +0000
@@ -301,7 +301,7 @@
 [  --enable-openbsdaudio   OpenBSD native audio support [default=yes]],
                   , enable_openbsdaudio=yes)
     if test x$enable_audio = xyes -a x$enable_openbsdaudio = xyes; then
-        CFLAGS="$CFLAGS -DOBSD_SUPPORT"
+        CFLAGS="$CFLAGS -DOPENBSD_AUDIO_SUPPORT"
         AUDIO_SUBDIRS="$AUDIO_SUBDIRS openbsd"
         AUDIO_DRIVERS="$AUDIO_DRIVERS openbsd/libaudio_openbsd.la"
     fi