Mercurial > sdl-ios-xcode
view acinclude/ac_check_define.m4 @ 3355:3c9e6f2f3c58
Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall.
Fixes Bugzilla #813 for the 1.3 branch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 08 Oct 2009 09:14:31 +0000 |
parents | 3da232c5980a |
children | 725b16784e96 |
line wrap: on
line source
define(AC_CHECK_DEFINE,[dnl AC_CACHE_CHECK(for $1 in $2, ac_cv_define_$1, AC_EGREP_CPP([YES_IS_DEFINED], [ #include <$2> #ifdef $1 YES_IS_DEFINED #endif ], ac_cv_define_$1=yes, ac_cv_define_$1=no) ) if test "$ac_cv_define_$1" = "yes" ; then AC_DEFINE(HAVE_$1) fi ])dnl AC_DEFINE(HAVE_$1)