diff options
| author | Rex Dieter <rdieter@gmail.com> | 2011-01-13 19:54:11 +0000 |
|---|---|---|
| committer | Rex Dieter <rdieter@gmail.com> | 2011-01-13 19:54:11 +0000 |
| commit | c4252ed8245e6972af056ded2c7263c89a1568b6 (patch) | |
| tree | 9a01883a7c1c5b31f07051bfb4512e3d54f13f7c | |
| parent | 97c5fe052cd4978161589b7b3b036449c577241e (diff) | |
s/libopenjpeg.pc/libopenjpeg1.pc/
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 366183d1..e554fce9 100644 --- a/configure.ac +++ b/configure.ac @@ -452,7 +452,7 @@ AC_CHECK_PROG(with_doxygen, doxygen, [yes],[no],,) AM_CONDITIONAL([with_doxygen], [test x$with_doxygen = xyes]) # AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([libopenjpeg.pc]) +AC_CONFIG_FILES([libopenjpeg1.pc]) AC_CONFIG_FILES([libopenjpeg/Makefile]) AC_CONFIG_FILES([jpwl/Makefile]) AC_CONFIG_FILES([codec/Makefile]) |
