r18993 - gnucash/trunk - Configure: fix password store test

Geert Janssens gjanssens at code.gnucash.org
Mon Apr 5 05:21:15 EDT 2010


Author: gjanssens
Date: 2010-04-05 05:21:15 -0400 (Mon, 05 Apr 2010)
New Revision: 18993
Trac: http://svn.gnucash.org/trac/changeset/18993

Modified:
   gnucash/trunk/configure.in
Log:
Configure: fix password store test

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2010-04-04 23:55:53 UTC (rev 18992)
+++ gnucash/trunk/configure.in	2010-04-05 09:21:15 UTC (rev 18993)
@@ -1104,7 +1104,7 @@
     ###-----------------------------------------------------------------------
     ## Find a suitable password store
     
-    if x$host_os = xdarwin
+    if test x$host_os = xdarwin
     then
         AC_DEFINE(HAVE_OSX_KEYCHAIN,1,[System has an OS X Key chain])
     else



More information about the gnucash-changes mailing list