diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-04-12 16:18:51 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-04-12 16:18:51 +0000 |
| commit | 74626a17dbd10def4af431bf704abf33dc38fea7 (patch) | |
| tree | 0fa0456d30f6f58f424aff8dc89ed19b6333da00 | |
| parent | 1ab46eeff2e772b3e07a239f105dfcae2e170147 (diff) | |
small fix in configure.ac (credit to Vincent Torri)
| -rw-r--r-- | CHANGES | 3 | ||||
| -rw-r--r-- | configure.ac | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,9 @@ What's New for OpenJPEG ! : changed + : added +April 12, 2011 +* [antonin] small fix in configure.ac (credit to Vincent Torri) + March 21, 2011 + [antonin] added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules. diff --git a/configure.ac b/configure.ac index 18da967a..a7ab3c44 100644 --- a/configure.ac +++ b/configure.ac @@ -178,6 +178,7 @@ else pkgconfig_requires_private="Requires" fi AC_SUBST(pkgconfig_requires_private) +AC_SUBST(requirements) # doxygen |
