X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.ad;h=09d7652e6c6e4859f7da3b1d38f139ed9e2f109e;hp=3322035e66c2056fe41178aaa7e8d1d8b62f8a83;hb=c802ba2371b8db89f3b54f25da0f46f0a61e4b47;hpb=2f244dd972a02028e72fb8388425ec3326dd30c1 diff --git a/configure.ad b/configure.ad index 3322035e..09d7652e 100644 --- a/configure.ad +++ b/configure.ad @@ -345,14 +345,14 @@ SILC_ASSEMBLER="" have_assembler=false if test x$want_asm = xtrue; then AC_PATH_PROG([NASM], [nasm], [no]) - if test "x$NASM" != xyes; then - SILC_ASSEMBLER="nasm -O2 -felf" + if test "x$NASM" != "xno"; then + SILC_ASSEMBLER="$NASM -O2 -felf" have_assembler=true fi AC_PATH_PROG([YASM], [yasm], [no]) - if test "x$YASM" != xyes; then - SILC_ASSEMBLER="yasm -Xgnu -felf" + if test "x$YASM" != "xno"; then + SILC_ASSEMBLER="$YASM -Xgnu -felf" have_assembler=true fi fi