summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-11-05 01:01:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-11-05 01:01:16 +0000
commitd5dba4ad2a6dd6ca7362eb19c470ac3c55c9269e (patch)
treeb211ff519e72d66eab022b0137c0fe7382cf93da
parent320cdee53ad9f2252403402fb0b41764cdc001fd (diff)
downloads6-2.2.3.0.tar.xz
- remove useless 'skalibs' expansion in configurev2.2.3.0
- credit muhmuhten - version: 2.2.3.0
-rw-r--r--AUTHORS1
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index c5c1c1f..63ae80b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,3 +22,4 @@ Thanks to:
Gorka Lertxundi <glertxundi@gmail.com>
Buck Evan <buck@yelp.com>
John O'Meara <john.fr.omeara@gmail.com>
+ Michael Zuo <muh.muhten@gmail.com>
diff --git a/configure b/configure
index ab6a070..1f9b16e 100755
--- a/configure
+++ b/configure
@@ -205,7 +205,7 @@ fi
# Expand installation directories
stripdir prefix
-for i in exec_prefix dynlibdir libexecdir bindir sbindir libdir includedir datadir sysdeps sproot skalibs ; do
+for i in exec_prefix dynlibdir libexecdir bindir sbindir libdir includedir datadir sysdeps sproot ; do
eval tmp=\${$i}
eval $i=$tmp
stripdir $i