diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 3d4ea2dc35..8dd0943821 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -20,6 +20,7 @@ AC_C_CONST AC_CHECK_SIZEOF(int, 4) AC_CHECK_SIZEOF(long, 4) AC_C___ATTRIBUTE__ +AC_HEADER_SYS_WAIT AC_LIBTOOL_WIN32_DLL define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl @@ -32,18 +33,6 @@ SNAP=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $4);}'` version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN" AC_SUBST(version_info) -dnl Use -Wall if we have gcc. -changequote(,)dnl -if test "x$GCC" = "xyes"; then - case " $CFLAGS " in - *[\ \ ]-Wall[\ \ ]*) ;; - *) CFLAGS="$CFLAGS -Wall" ;; - esac -fi -changequote([,])dnl - -AC_HEADER_SYS_WAIT - # define pkg-config requirements for all our submodules. # only the trivial requirements go here. requirements_ecore_con="" @@ -813,10 +802,6 @@ ECORE_CHECK_MODULE([Desktop], [no], [$have_ecore_file], AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl) AC_SUBST(dlopen_libs) -dnl Checking for Perl: -AC_PATH_PROG(PERL,perl,0) -AC_SUBST(PERL) - AC_SUBST(requirements_ecore_con) AC_SUBST(requirements_ecore_config) AC_SUBST(requirements_ecore_desktop)