small fix in configure.ac (credit to Vincent Torri)
This commit is contained in:
parent
1ab46eeff2
commit
74626a17db
3
CHANGES
3
CHANGES
|
@ -5,6 +5,9 @@ What's New for OpenJPEG
|
||||||
! : changed
|
! : changed
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
|
April 12, 2011
|
||||||
|
* [antonin] small fix in configure.ac (credit to Vincent Torri)
|
||||||
|
|
||||||
March 21, 2011
|
March 21, 2011
|
||||||
+ [antonin] added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules.
|
+ [antonin] added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules.
|
||||||
|
|
||||||
|
|
|
@ -178,6 +178,7 @@ else
|
||||||
pkgconfig_requires_private="Requires"
|
pkgconfig_requires_private="Requires"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(pkgconfig_requires_private)
|
AC_SUBST(pkgconfig_requires_private)
|
||||||
|
AC_SUBST(requirements)
|
||||||
|
|
||||||
# doxygen
|
# doxygen
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue