Skip to content

Commit

Permalink
Added (broken and commented out) ElectricFence support.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 27, 2001
1 parent ab881d9 commit d1db57c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure.in
Expand Up @@ -197,6 +197,14 @@ if test x$enable_vorbis = xyes; then
fi
fi

dnl Check for efence (!!! FIXME : This doesn't work.)
dnl AC_ARG_ENABLE(efence,
dnl [ --enable-efence enable ElectricFence usage [default=no]],
dnl , enable_efence=no)
dnl if test x$enable_efence = xyes; then
dnl LIBS="$LIBS /usr/lib/libefence.a"
dnl fi

# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h string.h])
Expand Down

0 comments on commit d1db57c

Please sign in to comment.