grim/guifications2

88dbf30a5100
Parents 513e0bcdfcbe
Children f9f891610b5b
correctly tell libtool which compiler we're using
  • +2 -6
    configure.ac
  • --- a/configure.ac Tue Oct 27 01:12:10 2009 -0500
    +++ b/configure.ac Tue Oct 27 01:13:14 2009 -0500
    @@ -14,18 +14,14 @@
    AC_PATH_PROG(sedpath, sed)
    AC_DISABLE_STATIC
    -dnl This disables check of libtool for these compilers
    -CXX=no
    -F77=no
    -GCJ=no
    -
    dnl # Make sure we have pkg-config
    PKG_PROG_PKG_CONFIG()
    #
    # Setup libtool
    #
    -AM_PROG_LIBTOOL
    +LT_INIT
    +LT_LANG([C])
    LIBTOOL="$LIBTOOL --silent"
    #