aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 04:03:49 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 04:03:49 +0000
commit9568c81bd6c3fbfb8e2cfd1f2c3df5c5a5105ca8 (patch)
tree6efc1f27161fe161fd5b12da848ca47a16bc8d7c /configure
parentfb0a14ecd15fe851dc08ad19f54bb44fa7f34294 (diff)
downloads6-linux-utils-9568c81bd6c3fbfb8e2cfd1f2c3df5c5a5105ca8.tar.gz
Next batch of build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2930053..2ec3a01 100755
--- a/configure
+++ b/configure
@@ -185,7 +185,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" ;;