aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-08-09 06:46:30 +0200
committerMihai Moldovan <ionic@ionic.de>2017-08-09 06:46:30 +0200
commit8235925a2c3599a8980ce789e0a79369118727fe (patch)
tree135139ce85bd2b784d15732b2165d05d72099906
parent8b88289eea2d9325465fd4517e08118d2affcb7d (diff)
downloadnx-libs-8235925a2c3599a8980ce789e0a79369118727fe.tar.gz
nx-libs-8235925a2c3599a8980ce789e0a79369118727fe.tar.bz2
nx-libs-8235925a2c3599a8980ce789e0a79369118727fe.zip
nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.)
-rw-r--r--nxcomp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac
index 86f899255..19328677a 100644
--- a/nxcomp/configure.ac
+++ b/nxcomp/configure.ac
@@ -31,7 +31,7 @@ AC_SUBST([LT_COMP_VERSION])
m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR],
[AC_ARG_WITH([pkgconfigdir],
[AS_HELP_STRING([--with-pkgconfigdir],
- [install directory for nxcompshad.pc pkg-config file])],
+ [install directory for nxcomp.pc pkg-config file])],
[],[with_pkgconfigdir='$(libdir)/pkgconfig'])
AC_SUBST([pkgconfigdir], [${with_pkgconfigdir}])])