aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-01-31 23:10:01 +0100
committerMemphiz <memphis@machzwo.de>2013-01-31 23:11:34 +0100
commitea274a35d8846be0cc2b57d5ade7fb83cbf7c0f6 (patch)
treef2e3003b48389b800aea228f95cad59fbe66134a /configure.in
parent14f4952a581290c46e19da88260dc83df4d635b8 (diff)
[configure] - fix missleading enable printout of projectm
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index badc57d01b..d8c7804d98 100644
--- a/configure.in
+++ b/configure.in
@@ -1277,6 +1277,7 @@ fi
if test "$use_projectm" = "no" || test "$use_gl" = "no"; then
AC_MSG_NOTICE($projectm_disabled)
DISABLE_PROJECTM=1
+ use_projectm="no"
else
AC_MSG_NOTICE($projectm_enabled)
DISABLE_PROJECTM=0