fix EIO_LIBS contents to proper variable.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 5 Dec 2012 12:28:53 +0000 (12:28 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 5 Dec 2012 12:28:53 +0000 (12:28 +0000)
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

configure.ac

index 77a85d9..ce65c24 100644 (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