enable_assembler=no, on architectures where we have no assembler
files.
(ENABLE_ASSEMBLER, ENABLE_SHARED): New automake conditionals.
Rev: src/nettle/configure.ac:1.34
*sparc*-*-*)
asm_path=sparc
;;
+ *)
+ enable_assembler=no
+ ;;
esac
# echo "enable_assembler: $enable_assembler, asm_path: $asm_path"
SHLIBINSTALL=''
fi
+AM_CONDITIONAL([ENABLE_ASSEMBLER], [test x$enable_assembler = xyes])
+AM_CONDITIONAL([ENABLE_SHARED], [test x$enable_shared = xyes])
+
AC_SUBST(SHLIBCFLAGS)
AC_SUBST(SHLIBMAJOR)
AC_SUBST(SHLIBMINOR)