From: Harlan Stenn Date: Sun, 31 Aug 2008 08:43:40 +0000 (-0400) Subject: Stop libtool-1.5 from looking for C++ or Fortran X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d00887d8987de2b5608d7d0ba0ee52f69bb05fe;p=thirdparty%2Fntp.git Stop libtool-1.5 from looking for C++ or Fortran bk: 48ba59bczMKk6QyslkPVQK0p0ZAyEw --- diff --git a/sntp/configure.ac b/sntp/configure.ac index e90f3f9531..cc90f28e05 100644 --- a/sntp/configure.ac +++ b/sntp/configure.ac @@ -12,6 +12,9 @@ AC_PROG_CC # It's a small library - we might as well use a static version of it. AC_DISABLE_SHARED +m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) +m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) + AC_PROG_LIBTOOL # NTP has (so far) been relying on leading-edge autogen.