From 9dec9d07b7c0175e9a7e23b80a63d152ef9b049c Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 14 Jul 2019 20:53:51 -0700 Subject: [PATCH] Fix problem with reporting audio enabled when really disabled. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1