Mercurial > mplayer.hg
changeset 30215:fe9b742995ea
Quote test arguments that may be empty
author | reimar |
---|---|
date | Sun, 10 Jan 2010 13:32:37 +0000 |
parents | 0d513306209e |
children | 30ac5dc10c44 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jan 10 12:13:10 2010 +0000 +++ b/configure Sun Jan 10 13:32:37 2010 +0000 @@ -3111,7 +3111,7 @@ cc_check $_ld_tmp && inet_pton=yes && break done if test $inet_pton = yes ; then - test $_ld_tmp && _res_comment="using $_ld_tmp" + test "$_ld_tmp" && _res_comment="using $_ld_tmp" def_inet_pton='#define HAVE_INET_PTON 1' fi echores "$inet_pton" @@ -3130,7 +3130,7 @@ cc_check $_ld_tmp && inet_aton=yes && break done if test $inet_aton = yes ; then - test $_ld_tmp && _res_comment="using $_ld_tmp" + test "$_ld_tmp" && _res_comment="using $_ld_tmp" def_inet_aton='#define HAVE_INET_ATON 1' fi echores "$inet_aton"