X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.in;h=0592fda90ad6c729f4f579d557e89d917e0d526b;hb=94312d3f66a15095d7d0d05f1b854f227bba9b99;hp=f8a83a8827c850c6242b2261ce0707e47b526ef3;hpb=d2310dccd5bab14d98b672885b86262e046d0e28;p=monky diff --git a/configure.in b/configure.in index f8a83a8..0592fda 100644 --- a/configure.in +++ b/configure.in @@ -87,8 +87,8 @@ AC_ARG_ENABLE(seti, [ --enable-seti enable if you want SETI at Home stats [default=no]], [want_seti="$enableval"]) -AM_CONDITIONAL(BUILD_SETI, test x$want_seti == xyes) -if test x$want_seti == xyes; then +AM_CONDITIONAL(BUILD_SETI, test x$want_seti = xyes) +if test x$want_seti = xyes; then AC_DEFINE(SETI, 1, [Define if you want SETI at Home stats]) fi @@ -101,8 +101,8 @@ AC_ARG_ENABLE(mpd, [ --enable-mpd enable if you want MPD support [default=no]], [want_mpd="$enableval"]) -AM_CONDITIONAL(BUILD_MPD, test x$want_mpd == xyes) -if test x$want_mpd == xyes; then +AM_CONDITIONAL(BUILD_MPD, test x$want_mpd = xyes) +if test x$want_mpd = xyes; then AC_DEFINE(MPD, 1, [Define if you want MPD support]) fi @@ -115,7 +115,7 @@ AC_ARG_ENABLE(cairo, [ --enable-cairo enable if you want Cairo support [default=no]], [want_cairo="$enableval"]) -AM_CONDITIONAL(BUILD_CAIRO, test x$want_cairo == xyes) +AM_CONDITIONAL(BUILD_CAIRO, test x$want_cairo = xyes) if test "$want_cairo" = "yes"; then @@ -145,8 +145,8 @@ AC_ARG_ENABLE(mldonkey, [ --enable-mldonkey enable if you want MLDonkey support [default=no]], [want_mldonkey="$enableval"]) -AM_CONDITIONAL(BUILD_MLDONKEY, test x$want_mldonkey == xyes) -if test x$want_mldonkey == xyes; then +AM_CONDITIONAL(BUILD_MLDONKEY, test x$want_mldonkey = xyes) +if test x$want_mldonkey = xyes; then AC_DEFINE(MLDONKEY, 1, [Define if you want MLDonkey support]) fi