From cf28ad6cf984202d94da75eba6d0022eaa614788 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 29 Dec 2021 21:14:44 -0500 Subject: [PATCH] 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. --- scripts/configure | 1 - scripts/configure.in | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/configure b/scripts/configure index e6fab776..1dd24b38 100755 --- a/scripts/configure +++ b/scripts/configure @@ -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*) diff --git a/scripts/configure.in b/scripts/configure.in index 30fc57ee..f1b2fbcb 100644 --- a/scripts/configure.in +++ b/scripts/configure.in @@ -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*)