From cacf7afbbfc2da3802db5b05141de2100bddc486 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 5 Dec 2012 12:28:53 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 77a85d9ab8..ce65c2481b 100644 --- a/configure.ac +++ b/configure.ac @@ -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