Skip to content

Commit

Permalink
Removed check for efence...you should use valgrind or something instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 28, 2009
1 parent 9fe03d2 commit a4892b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configure.in
Expand Up @@ -319,13 +319,6 @@ if test x$enable_physfs = 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
Expand Down

0 comments on commit a4892b0

Please sign in to comment.