OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap"
fi
-AM_CONDITIONAL([HAVE_LDAP],[test "x$with_ldap" == "xyes"])
+AM_CONDITIONAL([HAVE_LDAP],[test "x$with_ldap" = "xyes"])
AC_SUBST(OPENLDAP_LIBS)
;;
esac
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
AC_CHECK_HEADERS([X11/X.h])
fi
AC_LANG([C])
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)
cd gsm0610
fi
-if [ $1x == --no-exe-runx ]
+if [ $1x = --no-exe-runx ]
then
# Run the .exe files, which should be here
./FR_A.EXE
rm -rf ACTION
rm -rf unpacked
-if [ $1x == --no-exex ]
+if [ $1x = --no-exex ]
then
# We need to prepare the .exe files to be run separately
rm -rf *.INP
[enable_interlib_deps="yes"])
AC_MSG_NOTICE([enable inter-library dependencies: $enable_interlib_deps])
-if test "${enable_interlib_deps}" == "yes"; then
+if test "${enable_interlib_deps}" = "yes"; then
link_all_deplibs=yes
link_all_deplibs_CXX=yes
else