diff options
author | neoraider <devnull@localhost> | 2006-10-20 14:57:05 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2006-10-20 14:57:05 +0200 |
commit | 79801b6b794a5fb50a3a013354323a48de37c050 (patch) | |
tree | 3e97322cb1ea3aa6206b6f420a9c67ceca3d9c81 /configure.in | |
parent | 05f9b1d15c237e89176cc2b207454f0f30073d57 (diff) | |
download | libzoom-79801b6b794a5fb50a3a013354323a48de37c050.tar libzoom-79801b6b794a5fb50a3a013354323a48de37c050.zip |
Physik-Engine angefangen.
Lightmaps implementiert.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e481a1d..d64987e 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,6 @@ AC_HEADER_TIME # Checks for library functions. AC_FUNC_MALLOC AC_FUNC_REALLOC -AC_CHECK_FUNCS([sqrt], , AC_MSG_ERROR([required function sqrt not found])) AC_CHECK_FUNCS([strcasecmp], , AC_MSG_ERROR([required function strcasecmp not found])) AC_CONFIG_FILES([Makefile]) |