mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 05:08:53 +00:00
AC_CHECK_HEADERS_ONCE -> AC_CHECK_HEADERS to keep compatibility
with autoconf 2.59 for now.
This commit is contained in:
@@ -35,7 +35,7 @@ XORG_MACROS_VERSION(1.1)
|
|||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
AC_CHECK_HEADERS_ONCE([wchar.h wctype.h])
|
AC_CHECK_HEADERS([wchar.h wctype.h])
|
||||||
|
|
||||||
# Checks for pkg-config packages
|
# Checks for pkg-config packages
|
||||||
PKG_CHECK_MODULES(XPROP, xmuu x11)
|
PKG_CHECK_MODULES(XPROP, xmuu x11)
|
||||||
|
|||||||
Reference in New Issue
Block a user