Browse Source

removed unused fallback definitions of PKG_CHECK_MODULES and friends

it's only cruft
tags/5.1.0
IOhannes m zmölnig 8 years ago
parent
commit
3322efdcb3
1 changed files with 0 additions and 15 deletions
  1. +0
    -15
      configure.ac

+ 0
- 15
configure.ac View File

@@ -63,21 +63,6 @@ GXX="no"
AS_IF([test "x$CXXFLAGS" = "x" ], [override_cxx=yes], [override_cxx=no]) AS_IF([test "x$CXXFLAGS" = "x" ], [override_cxx=yes], [override_cxx=no])
AS_IF([test "x$CFLAGS" = "x" ], [override_c=yes], [override_c=no]) AS_IF([test "x$CFLAGS" = "x" ], [override_c=yes], [override_c=no])


dnl Check for pkg-config program, used for configuring some libraries.
m4_define_default([PKG_PROG_PKG_CONFIG],
[AC_MSG_CHECKING([pkg-config])
AC_MSG_RESULT([no])])

PKG_PROG_PKG_CONFIG

dnl If the pkg-config autoconf support isn't installed, define its
dnl autoconf macro to disable any packages depending on it.
m4_define_default([PKG_CHECK_MODULES],
[AC_MSG_CHECKING([$1])
AC_MSG_RESULT([no])
$4])


# Checks for programs. # Checks for programs.
AC_PROG_CXX(g++ CC c++ cxx) AC_PROG_CXX(g++ CC c++ cxx)
AM_PROG_AR AM_PROG_AR


Loading…
Cancel
Save