Revision: 7108 Author: ek.kato Date: Tue May 24 00:43:09 2011 Log: * configure.ac (OSX_DCS) : Fix typo.
http://code.google.com/p/uim/source/detail?r=7108 Modified: /trunk/configure.ac ======================================= --- /trunk/configure.ac Mon May 23 23:22:35 2011 +++ /trunk/configure.ac Tue May 24 00:43:09 2011 @@ -1170,7 +1170,7 @@ ], use_osx_dcs="no" ) -AM_CONDITIONAL(OSX_DCS, test x"$use_osx_dcs" = "xtrue") +AM_CONDITIONAL(OSX_DCS, test x"$use_osx_dcs" = "xyes") # Check whether user wants libedit support # This code was based on openssh-4.1p1
