Removed a bogus setting for freeBSD that was pointed out by Brad

Smith and which had escaped my attention.  The commit from 8/3/2019
fixed an obvious fatal error but just replaced it with something
syntactically clean but nonsensical.  This commit just removes the
questionable line altogether.
This commit is contained in:
Tim Edwards 2021-12-29 21:14:44 -05:00
parent 6adcd2dc74
commit cf28ad6cf9
2 changed files with 0 additions and 2 deletions

1
scripts/configure vendored
View File

@ -8042,7 +8042,6 @@ fi
# Not available on all versions: check for include file.
SHLIB_CFLAGS="-fpic"
LDDL_FLAGS="-shared ${LIB_SPECS}"
CFLAGS="${CFLAGS} -L/usr/X11R6/include"
;;
*-netbsd*|*-openbsd*)

View File

@ -1625,7 +1625,6 @@ if test $usingTcl ; then
# Not available on all versions: check for include file.
SHLIB_CFLAGS="-fpic"
LDDL_FLAGS="-shared ${LIB_SPECS}"
CFLAGS="${CFLAGS} -L/usr/X11R6/include"
;;
*-netbsd*|*-openbsd*)