From: David Griffith Date: Mon, 15 Jul 2019 03:53:51 +0000 (-0700) Subject: Fix problem with reporting audio enabled when really disabled. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=9dec9d07b7c0175e9a7e23b80a63d152ef9b049c;p=liskon_frotz.git Fix problem with reporting audio enabled when really disabled. --- diff --git a/Makefile b/Makefile index 0673937..ac50a6f 100644 --- a/Makefile +++ b/Makefile @@ -175,9 +175,10 @@ endif ifeq ($(SOUND), ao) CURSES_SOUND_LDFLAGS += -lao -ldl -lpthread -lm \ -lsndfile -lvorbisfile -lmodplug -lsamplerate + CURSES_SOUND = enabled +else + CURSES_SOUND = disabled endif -# To report if Frotz compiled with or without sound support -CURSES_SOUND = enabled # Source locations