From: Pavel Roskin Date: Wed, 9 Jun 1999 11:41:16 +0000 (+0000) Subject: * ltconfig.in (exeext): Use quotes in the test, to prevent a X-Git-Tag: release-1-3-3~17 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e67637b688251d7277e5a5eed4226efe623f956b;p=thirdparty%2Flibtool.git * ltconfig.in (exeext): Use quotes in the test, to prevent a failure in sh.test. --- diff --git a/ChangeLog b/ChangeLog index 37a1dfe55..63914958d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-09 Pavel Roskin + + * ltconfig.in (exeext): Use quotes in the test, to prevent a + failure in sh.test. + 1999-06-08 Gary V. Vaughan * ltmain.in (exeext): Use $exeext when working out the names of diff --git a/ltconfig.in b/ltconfig.in index 7df23f398..7f395690d 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -644,7 +644,7 @@ else fi $rm conftest* fi -if test X$ac_cv_exeext != Xnone; then +if test "X$ac_cv_exeext" != Xnone; then exeext="$ac_cv_exeext" fi echo "$ac_t$ac_cv_exeext" 1>&6