X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=e9071a94228caec3c3b0d25a5b812c296eb7f7ce;hb=23c2830983c226665d2aa8a31795fe1df862958a;hp=9ae161a48f85f37be7470717d21c4c06a9f27560;hpb=d4e1c7d0c419d85bf1ff3de33d60c4519f64728b;p=xboard.git diff --git a/configure.ac b/configure.ac index 9ae161a..e9071a9 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ AC_ARG_ENABLE([osxapp], [enable_OSXAPP=$withval], [enable_OSXAPP="no"]) -AS_IF([test "x$enable_osxapp" = "xyes"], [ +AS_IF([test "x$enable_OSXAPP" = "xyes"], [ AC_PREFIX_DEFAULT([`pwd`/XBoard.app/Contents]) with_GTK="yes" enable_mimedb="no" @@ -204,7 +204,7 @@ AS_IF([test "x$enable_osxapp" = "xyes"], [ GAMEDATADIR='$(datadir)/xboard' ]) -AM_CONDITIONAL(OSX_APP, test x"$enable_osxapp" = "xyes") +AM_CONDITIONAL(OSX_APP, test x"$enable_OSXAPP" = "xyes") AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x"$enable_mimedb" = "xyes") if test x"$enable_mimedb" = "xyes"; then