summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2013-05-22 10:40:58 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2013-05-22 10:40:58 +0000
commite9767cce34a31eb3ad785936bba5b2971af1f79c (patch)
tree66dcb49a3590bc29a83b5af3ca9e1507b8a13799 /configure.in
parent502280c09712eb22245ee2ad0bc3bec43457f59b (diff)
Removed autoconf/configure and CMake tests and defines for
unused function strtoll() [resolves one part of STR #2965]. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9923 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e27c42da1..b1cee59e2 100644
--- a/configure.in
+++ b/configure.in
@@ -587,8 +587,6 @@ if test $ac_cv_c_long_long = yes; then
AC_DEFINE(HAVE_LONG_LONG)
fi
-AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL))
-
dnl Check for dlopen/dlsym...
AC_SEARCH_LIBS(dlsym, dl, AC_DEFINE(HAVE_DLSYM))
AC_CHECK_HEADER(dlfcn.h, AC_DEFINE(HAVE_DLFCN_H))