forked from ariadne/pkgconf
configure: check for getopt_long
parent
c212908c44
commit
c75779b55a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue