fix EIO_LIBS contents to proper variable.

vtorri: I told you these names are very very error prone. I did the
mistake while reading it before, raster did the same today and even
yourself did a typo. The "pc", "libs" and similar in the middle of a
long variable name is easy to miss! Even more if the prefix is
"requirements_" :-(



SVN revision: 80234
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-05 12:28:53 +00:00
parent dfe93a7f0a
commit cacf7afbbf
1 changed files with 1 additions and 1 deletions

View File

@ -4008,7 +4008,7 @@ AC_MSG_NOTICE([Eio checks])
requirements_pc_eio="ecore >= ${PACKAGE_VERSION} eet >= ${PACKAGE_VERSION} eina >= ${PACKAGE_VERSION} ${requirements_pc_eio}"
requirements_libs_eio="${requirements_libs_eio} -lm"
EIO_LIBS=${requirements_pc_eio}
EIO_LIBS=${requirements_libs_eio}
AC_SUBST([EIO_LIBS])
### Checks for header files