ugh, don't define HAVE_POLL just if is set. we check for it later.

SVN revision: 29241
This commit is contained in:
tilman 2007-03-30 19:47:46 +00:00 committed by tilman
parent 9ed48cc2eb
commit 12215d740c
1 changed files with 0 additions and 1 deletions

View File

@ -776,7 +776,6 @@ AC_ARG_ENABLE(ecore-file,
if test "x$want_ecore_file" = "xyes"; then
ecore_file_libs="-lecore_file"
have_ecore_file="yes"
AC_DEFINE(HAVE_POLL, 1, [ File monitoring with polling ])
fi
if test "x$have_ecore_file" = "xyes"; then