configure.ac: Remove condition for AC_CHECK_FUNC (on Solaris)

Change-Id: Iecf697c718cb2ca522060c64b4ca136458b38127
Reviewed-on: https://code.wireshark.org/review/15355
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-05-11 07:04:27 +01:00 committed by João Valverde
parent 9c316f91f7
commit b9c7b126f7
1 changed files with 1 additions and 9 deletions

View File

@ -1390,15 +1390,6 @@ AC_SUBST(SYSTEMCONFIGURATION_FRAMEWORKS)
AC_SUBST(COREFOUNDATION_FRAMEWORKS)
AM_CONDITIONAL(HAVE_OS_X_FRAMEWORKS, [test "x$have_os_x_frameworks" = "xyes"])
#
# On Solaris, check whether we have getexecname().
#
case "$host_os" in
solaris*)
AC_CHECK_FUNC(getexecname)
;;
esac
#
# If we're running Solaris, and LD_LIBRARY_PATH is defined, add it as a
# link directory.
@ -2666,6 +2657,7 @@ AC_CHECK_FUNCS(getprotobynumber)
AC_CHECK_FUNCS(issetugid)
AC_CHECK_FUNCS(sysconf)
AC_CHECK_FUNCS(getifaddrs)
AC_CHECK_FUNC(getexecname)
# Check Bluetooth SBC codec for RTP Player
# git://git.kernel.org/pub/scm/bluetooth/sbc.git