Skip to content

Commit

Permalink
Fixed bug #833
Browse files Browse the repository at this point in the history
Fixed errors with older autoconf
  • Loading branch information
slouken committed Oct 10, 2009
1 parent a6e18ab commit 00e69b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -36,6 +36,7 @@ LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
LT_REVISION=$SDL_INTERFACE_AGE
LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
m4_pattern_allow([^LT_])

AC_SUBST(LT_RELEASE)
AC_SUBST(LT_CURRENT)
Expand All @@ -44,7 +45,7 @@ AC_SUBST(LT_AGE)

dnl Detect the canonical build and host environments
AC_CONFIG_AUX_DIR([build-scripts])
AC_CANONICAL_HOST
dnl AC_CANONICAL_HOST
AC_C_BIGENDIAN
if test x$ac_cv_c_bigendian = xyes; then
AC_DEFINE(SDL_BYTEORDER, 4321)
Expand Down

0 comments on commit 00e69b2

Please sign in to comment.