From: Arun Persaud Date: Thu, 16 Oct 2014 04:06:36 +0000 (-0700) Subject: fix osxapp enable option in configure.ac X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=23c2830983c226665d2aa8a31795fe1df862958a;hp=d4e1c7d0c419d85bf1ff3de33d60c4519f64728b;p=xboard.git fix osxapp enable option in configure.ac --- 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