Fix build on RHEL5.

SVN revision: 45973
This commit is contained in:
Michael Jennings 2010-02-08 07:07:20 +00:00
parent 6ac6ee026c
commit d52b70b3b7
3 changed files with 16 additions and 2 deletions

14
legacy/eina/acinclude.m4 Normal file
View File

@ -0,0 +1,14 @@
m4_ifndef([AC_HEADER_ASSERT], [
# AC_HEADER_ASSERT
# ----------------
# Check whether to enable assertions.
AC_DEFUN([AC_HEADER_ASSERT],
[
AC_MSG_CHECKING([whether to enable assertions])
AC_ARG_ENABLE([assert],
[ --disable-assert turn off assertions],
[AC_MSG_RESULT([no])
AC_DEFINE(NDEBUG, 1, [Define to 1 if assertions should be disabled.])],
[AC_MSG_RESULT(yes)])
])
])

View File

@ -3,7 +3,7 @@ rm -f config.cache
AC_INIT([eina], [0.9.9.063], [enlightenment-devel@lists.sourceforge.net])
release="ver-pre-svn-05"
AC_PREREQ([2.60])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD

View File

@ -47,7 +47,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%doc AUTHORS COPYING README
%{_libdir}/*.so.*
%{_libdir}/%{name}
#%{_libdir}/%{name}*
%files devel
%defattr(-, root, root)