comparison configure.in @ 724:a7342fc5d1db

Fix themetune enabling.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Feb 2009 06:42:23 +0200
parents 9321ffa2ea7e
children
comparison
equal deleted inserted replaced
723:9321ffa2ea7e 724:a7342fc5d1db
82 else 82 else
83 xs_have_themetune=no 83 xs_have_themetune=no
84 fi 84 fi
85 fi 85 fi
86 ], [xs_have_themetune=yes]) 86 ], [xs_have_themetune=yes])
87 AC_DEFINE([HAVE_THEMETUNE], [test "x$xs_have_themetune" = "xyes"]) 87 if test "x$xs_have_themetune" = "xyes"; then
88 AC_DEFINE([HAVE_THEMETUNE])
89 fi
88 90
89 91
90 dnl *** 92 dnl ***
91 dnl *** libSIDPlay1/2 options 93 dnl *** libSIDPlay1/2 options
92 dnl *** 94 dnl ***