fix argv[0] discovery.
This commit is contained in:
11
configure
vendored
11
configure
vendored
@@ -10250,6 +10250,17 @@ _ACEOF
|
||||
fi
|
||||
done
|
||||
|
||||
for ac_func in getexecname
|
||||
do :
|
||||
ac_fn_c_check_func "$LINENO" "getexecname" "ac_cv_func_getexecname"
|
||||
if test "x$ac_cv_func_getexecname" = xyes; then :
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_GETEXECNAME 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
done
|
||||
|
||||
for ac_func in gethostbyname gethostent gethostid gethostname
|
||||
do :
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
|
Reference in New Issue
Block a user