configure: check for realpath

feature/tap-sh
William Pitcock 2017-01-19 10:24:03 -06:00
parent 492d220d73
commit 4a3d3745e0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ AC_PREREQ([2.68])
AC_INIT([pkgconf], [1.1.90], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([libpkgconf/config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup cygwin_conv_path])
AC_CHECK_FUNCS([strlcpy strlcat strndup realpath cygwin_conv_path])
AC_CHECK_HEADERS([sys/stat.h])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz subdir-objects])
AM_SILENT_RULES([yes])