X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=configure.ac;h=b7fd02b1d2347aac819a7f48841c5af1c27618c8;hb=e1fd432c3fd595871e1821360995d7d09faa9ead;hp=d1626f4c3c4d9f07a40eef55192b4871fe2a7556;hpb=75f3eb6abae28f834b65ab0d6fca64b09ee0382d;p=openssl-gost%2Fengine.git diff --git a/configure.ac b/configure.ac index d1626f4..b7fd02b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_ARG_WITH([enginedir], [AS_HELP_STRING([--with-enginedir],[specify location of OpenSSL engines])], [ENGINEDIR="$withval"]) AC_SUBST(ENGINEDIR) +AC_C_BIGENDIAN([],[AM_CPPFLAGS="-DL_ENDIAN"],[],[]) # Checks for programs. AC_PROG_CC @@ -18,5 +19,6 @@ AC_PROG_LIBTOOL AC_CHECK_PROG([PERL],[perl],[perl],[AC_MSG_ERROR([*** perl not found])]) # Checks for libraries. AC_CHECK_LIB([crypto], [ENGINE_new], [], [AC_MSG_ERROR([*** libcrypto not found])]) +AC_SUBST(AM_CPPFLAGS) AC_CONFIG_FILES([Makefile test/Makefile]) AC_OUTPUT