Use getexecname() if available for getprogname()

This function is present on Solaris.
This commit is contained in:
Guillem Jover
2011-07-05 23:27:31 +02:00
parent abf14c3940
commit b5cc17d664
2 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
# Checks for library functions.
AC_CHECK_FUNCS([getexecname])
AC_CONFIG_FILES([
Makefile