aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-05 14:13:55 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-05 14:13:55 +0000
commitc7c284ebcaa969239a10889a121e2b21f94da444 (patch)
tree5a0e801b2bcc3a0f396e23d1ca7a4cbb50378aaa
parent19fe5804a4e0a88602e80cfd2d4dd5d48574dc13 (diff)
downloadexecline-c7c284ebcaa969239a10889a121e2b21f94da444.tar.gz
Fix configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 976f62f..eb16358 100755
--- a/configure
+++ b/configure
@@ -187,7 +187,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" ;;