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-Tag: NTP_4_2_5P126~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c2cdd69c9e2a2f453be53b9cbe794d1868b2f3;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 e90f3f953..cc90f28e0 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.