comparison configure.in @ 261:5b107e78c7c0

Improve '--disable-themetune' option indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 22:29:00 +0000
parents d3a4d35f2a8f
children f949b83c3f52
comparison
equal deleted inserted replaced
260:7a23dfef023d 261:5b107e78c7c0
76 dnl *** 76 dnl ***
77 dnl *** Enable or disable themetune support/installation 77 dnl *** Enable or disable themetune support/installation
78 dnl *** 78 dnl ***
79 AC_ARG_ENABLE(themetune, 79 AC_ARG_ENABLE(themetune,
80 [ 80 [
81 --disable-themetune Disable XMMS-SID theme song-related 81 --disable-themetune Disable XMMS-SID theme song-related code and
82 code and installation of SID-tune. 82 installation of the SID-tune file. The tune is
83 The tune is not under GNU GPL, refer 83 not under GNU GPL, refer to README for license.
84 to documentation (README) for info.
85 ], 84 ],
86 [ 85 [
87 if test "x$enableval" = xyes; then 86 if test "x$enableval" = xyes; then
88 OPT_THEMETUNE=yes 87 OPT_THEMETUNE=yes
89 else 88 else