Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=4ae1231226bad2a0dcf2b58af52e7f44b8f4c7de
commit 4ae1231226bad2a0dcf2b58af52e7f44b8f4c7de Author: Priyank <[EMAIL PROTECTED]> Date: Sun Oct 14 01:33:14 2007 +0530 configure.ac shoudln't check for alpm.h diff --git a/configure.ac b/configure.ac index 8303a8d..224c331 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE AC_PROG_CC(GCC) AC_HEADER_STDC -AC_CHECK_HEADERS([locale.h stdlib.h string.h sys/ioctl.h unistd.h alpm.h]) +AC_CHECK_HEADERS([locale.h stdlib.h string.h sys/ioctl.h unistd.h]) AC_ARG_ENABLE(werror, AC_HELP_STRING([ --enable-werror], [Enable -Werror usage]), [werror="yes"]) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
