Mercurial > hg > xemacs-beta
diff configure.ac @ 3443:bf3ba03cef15
[xemacs-hg @ 2006-06-06 00:18:28 by james]
Change "if -z" to "if test -z". <m33bejjfyf.fsf@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Tue, 06 Jun 2006 00:18:29 +0000 |
parents | a1e20876b806 |
children | 71532ccbd8e3 |
line wrap: on
line diff
--- a/configure.ac Mon Jun 05 21:51:12 2006 +0000 +++ b/configure.ac Tue Jun 06 00:18:29 2006 +0000 @@ -2220,7 +2220,7 @@ # If user set --with-cflags-optimization, use it to unilaterally # determine whether optimization should be enabled. if test "$cflags_optimization_specified" = "yes" ; then - if -z "$with_cflags_optimization" ; then + if test -z "$with_cflags_optimization" ; then with_optimization=no else with_optimization=yes