configure: check for getopt_long

pull/1/merge
William Pitcock 2012-04-30 18:22:17 +00:00
parent c212908c44
commit c75779b55a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.68])
AC_INIT([pkgconf], [0.1.1], [http://jira.atheme.org/]) AC_INIT([pkgconf], [0.1.1], [http://jira.atheme.org/])
AC_CONFIG_SRCDIR([pkg.c]) AC_CONFIG_SRCDIR([pkg.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup]) AC_CHECK_FUNCS([getopt_long strlcpy strlcat strndup])
AC_PROG_CPP AC_PROG_CPP
AC_PROG_CC AC_PROG_CC