configure: check for cygwin_conv_path

feature/tap-sh
William Pitcock 2017-01-13 19:24:56 -06:00
parent 45819eaa6d
commit 5b8e59f036
1 changed files with 1 additions and 1 deletions

View File

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