aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 04:03:45 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 04:03:45 +0000
commit2580d1b21412e4e5637c52688c6587086f5bd967 (patch)
tree99a88c9e2f497ea2f8d5d6ac8afe20ade4bc9d16 /configure
parent32c5f36be2eb015bb123bd8280f313e16e484cdf (diff)
downloads6-linux-init-2580d1b21412e4e5637c52688c6587086f5bd967.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 82b370f..0eedbe9 100755
--- a/configure
+++ b/configure
@@ -189,7 +189,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" ;;