Mercurial > SDL_sound_CoreAudio
comparison configure.in @ 74:2777e65f6478
Commented out AC_FUNC_MALLOC for now.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 16:29:29 +0000 |
parents | 54e10585e0cf |
children | b939258bd177 |
comparison
equal
deleted
inserted
replaced
73:72b51548aeca | 74:2777e65f6478 |
---|---|
155 # Checks for typedefs, structures, and compiler characteristics. | 155 # Checks for typedefs, structures, and compiler characteristics. |
156 AC_C_CONST | 156 AC_C_CONST |
157 AC_TYPE_SIZE_T | 157 AC_TYPE_SIZE_T |
158 | 158 |
159 # Checks for library functions. | 159 # Checks for library functions. |
160 AC_FUNC_MALLOC | 160 |
161 # This is only in the bleeding edge autoconf distro... | |
162 #AC_FUNC_MALLOC | |
163 | |
161 AC_FUNC_MEMCMP | 164 AC_FUNC_MEMCMP |
162 AC_CHECK_FUNCS([memset strrchr]) | 165 AC_CHECK_FUNCS([memset strrchr]) |
163 | 166 |
164 | 167 |
165 AC_OUTPUT([ | 168 AC_OUTPUT([ |