diff options
Diffstat (limited to 'gprof/configure.ac')
-rw-r--r-- | gprof/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure.ac b/gprof/configure.ac index 583ad24..e2d3718 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -35,10 +35,10 @@ AC_CONFIG_HEADERS([gconfig.h:gconfig.in]) AC_PROG_CC AC_GNU_SOURCE AC_USE_SYSTEM_EXTENSIONS -ACX_LARGEFILE AC_PROG_INSTALL LT_INIT +ACX_LARGEFILE AC_CHECK_FUNCS(setmode) |