diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-05 14:13:55 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-05 14:13:55 +0000 |
| commit | c7c284ebcaa969239a10889a121e2b21f94da444 (patch) | |
| tree | 5a0e801b2bcc3a0f396e23d1ca7a4cbb50378aaa | |
| parent | 19fe5804a4e0a88602e80cfd2d4dd5d48574dc13 (diff) | |
| download | execline-c7c284ebcaa969239a10889a121e2b21f94da444.tar.gz | |
Fix configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |
