[packages] libsdl: Add missing backslash
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 15 Feb 2010 22:57:39 +0000 (22:57 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Mon, 15 Feb 2010 22:57:39 +0000 (22:57 +0000)
SVN-Revision: 19648

libs/libsdl/Makefile

index 530ddbc0c88975d80c70b0be5f61b44853139a71..c86cd382365f6b78638132e9edadb2516c846333 100644 (file)
@@ -38,7 +38,7 @@ endef
 define Build/Configure
        $(call Build/Configure/Default, \
                --enable-libc \
-               $(if $(CONFIG_AUDIO_SUPPORT),
+               $(if $(CONFIG_AUDIO_SUPPORT), \
                        --enable-audio \
                        --enable-alsa \
                        , \