diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2003-08-11 04:51:28 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2003-08-11 04:51:28 +0000 |
commit | b3ecae52e973055d0e4ccd26db3dc534efeb462c (patch) | |
tree | 921448e06e2c7fc00d3decaff65f1133061eb4b7 | |
parent | 8cd599b75d0b29c891b0d75eff140b9d9c0bffe9 (diff) | |
download | lcd4linux-b3ecae52e973055d0e4ccd26db3dc534efeb462c.tar.gz |
[lcd4linux @ 2003-08-11 04:51:28 by reinelt]
another uClibc issue: realloc
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@211 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 90d1e59..b758844 100644 --- a/configure.in +++ b/configure.in @@ -263,10 +263,12 @@ AC_TYPE_UID_T AC_FUNC_ERROR_AT_LINE AC_FUNC_FORK AC_PROG_GCC_TRADITIONAL + #removed for uClibc compatibility #AC_FUNC_MALLOC +#AC_FUNC_REALLOC + AC_FUNC_MEMCMP -AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_FUNC_STAT |