mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
HP-UX port: unsetenv() might not exist
This commit is contained in:
parent
a0435920f6
commit
618170baf3
4 changed files with 13 additions and 1 deletions
|
@ -1198,6 +1198,9 @@ dnl Search for setenv()
|
|||
AC_CHECK_FUNC(setenv, AC_DEFINE(HAVE_SETENV),
|
||||
AC_CHECK_LIB(isode, setenv, [LIBS="-lisode $LIBS"]))
|
||||
|
||||
dnl Search for unsetenv()
|
||||
AC_CHECK_FUNC(unsetenv, AC_DEFINE(HAVE_UNSETENV))
|
||||
|
||||
|
||||
dnl Run time checks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue