configure: stop checking for realpath(3)
parent
7a5da837f2
commit
40fe6c5f53
|
@ -15,7 +15,7 @@ AC_PREREQ([2.68])
|
|||
AC_INIT([pkgconf], [1.2.0], [http://github.com/pkgconf/pkgconf/issues])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([libpkgconf/config.h])
|
||||
AC_CHECK_FUNCS([strlcpy strlcat strndup realpath cygwin_conv_path])
|
||||
AC_CHECK_FUNCS([strlcpy strlcat strndup cygwin_conv_path])
|
||||
AC_CHECK_HEADERS([sys/stat.h])
|
||||
AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
|
Loading…
Reference in New Issue