aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 04:03:41 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 04:03:41 +0000
commit89745ecd2ac8927d0823211038c3cc4c4c23341b (patch)
tree78be78b84e1c4ecb39033fb9f0414849583c7849 /tools
parentef83912613e330f1ae9ae746fc188cb9c5eb76c8 (diff)
downloads6-89745ecd2ac8927d0823211038c3cc4c4c23341b.tar.gz
Next batch of build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.template b/tools/configure.template
index 51fc2b4..c0e2945 100755
--- a/tools/configure.template
+++ b/tools/configure.template
@@ -180,7 +180,7 @@ for arg ; do
--libdir=*) libdir=${arg#*=} ;;
--includedir=*) includedir=${arg#*=} ;;
--sysconfdir=*) sysconfdir=${arg#*=} ;;
- --pkgconfigdir=*) pkgconfigdir=${arg#*=} ;;
+ --pkgconfdir=*) pkgconfdir=${arg#*=} ;;
--with-sysdeps=*) sysdeps=${arg#*=} manualsysdeps=true ;;
--with-include=*) var=${arg#*=} ; stripdir var ; addincpath="$addincpath -I$var" ; depincpath="${depincpath}${depincpath:+ }-I$var" ;;
--with-lib=*) var=${arg#*=} ; stripdir var ; addlibspath="$addlibspath -L$var" ; deplibpath="${deplibpath}${deplibpath:+ }-L$var" ; vpaths="$vpaths $var" ;;