summaryrefslogtreecommitdiff
path: root/m4/ax_prog_fasm.m4
diff options
context:
space:
mode:
authorBogdan Drozdowski <bogdandr # op . pl>2009-08-12 19:32:16 +0200
committerPeter Simons <simons@cryp.to>2009-08-12 21:16:52 +0200
commit09d9337cd20efd16e7c02a53d69e6aade67aa57b (patch)
tree4debbbd6ba2df2b8c5cd8c4f14675f432a06259a /m4/ax_prog_fasm.m4
parent8c95594c0b5ec73798ce23f628b2c11af1d6eb64 (diff)
downloadautoconf-archive-09d9337cd20efd16e7c02a53d69e6aade67aa57b.tar.gz
Improved portability.
Diffstat (limited to 'm4/ax_prog_fasm.m4')
-rw-r--r--m4/ax_prog_fasm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_prog_fasm.m4 b/m4/ax_prog_fasm.m4
index 0bbb19b..c30d8d0 100644
--- a/m4/ax_prog_fasm.m4
+++ b/m4/ax_prog_fasm.m4
@@ -50,7 +50,7 @@
AC_DEFUN([AX_PROG_FASM],[
AC_CHECK_PROGS(fasm,[fasm],no)
-if test $fasm = "no" ;
+if test "x$fasm" = "xno" ;
then
ifelse($#,0,[AC_MSG_ERROR([FASM assembler not found])],
$1)