aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 04:04:07 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 04:04:07 +0000
commit963b5993c3a6013c482e641038f3d1b912237d9f (patch)
tree34460880aa19a83e7510dc413984edb614b85192 /configure
parent42f604a613f1866dae9bd7e288320552a510c5b7 (diff)
downloadapaste-963b5993c3a6013c482e641038f3d1b912237d9f.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 a849dd4..286d778 100755
--- a/configure
+++ b/configure
@@ -191,7 +191,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" ;;