diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-08-09 06:46:30 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-08-09 06:46:30 +0200 |
commit | 8235925a2c3599a8980ce789e0a79369118727fe (patch) | |
tree | 135139ce85bd2b784d15732b2165d05d72099906 /nxcomp/configure.ac | |
parent | 8b88289eea2d9325465fd4517e08118d2affcb7d (diff) | |
download | nx-libs-8235925a2c3599a8980ce789e0a79369118727fe.tar.gz nx-libs-8235925a2c3599a8980ce789e0a79369118727fe.tar.bz2 nx-libs-8235925a2c3599a8980ce789e0a79369118727fe.zip |
nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.)
Diffstat (limited to 'nxcomp/configure.ac')
-rw-r--r-- | nxcomp/configure.ac | 2 |
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}])]) |