diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-12 17:51:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-12 17:51:02 +0000 |
commit | 19988eba6edaa3b4c7bc5807dc0d5c39b0f4303b (patch) | |
tree | b226b469879b2860e07318634d68ea1c74d7d757 /libs/tgl/libevent/m4/ntp_pkg_config.m4 | |
parent | 534db770dbe8c358ea267df20145e9793fb0275a (diff) |
not needed anymore here
git-svn-id: http://svn.miranda-ng.org/main/trunk@16472 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/tgl/libevent/m4/ntp_pkg_config.m4')
-rw-r--r-- | libs/tgl/libevent/m4/ntp_pkg_config.m4 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libs/tgl/libevent/m4/ntp_pkg_config.m4 b/libs/tgl/libevent/m4/ntp_pkg_config.m4 deleted file mode 100644 index 1bce8a6e4d..0000000000 --- a/libs/tgl/libevent/m4/ntp_pkg_config.m4 +++ /dev/null @@ -1,27 +0,0 @@ -dnl NTP_PKG_CONFIG -*- Autoconf -*- -dnl -dnl Look for pkg-config, which must be at least -dnl $ntp_pkgconfig_min_version. -dnl -AC_DEFUN([NTP_PKG_CONFIG], [ - -dnl lower the minimum version if you find an earlier one works -ntp_pkgconfig_min_version='0.15.0' -AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -AS_UNSET([ac_cv_path_PKG_CONFIG]) -AS_UNSET([ac_cv_path_ac_pt_PKG_CONFIG]) - -case "$PKG_CONFIG" in - /*) - AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $ntp_pkgconfig_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi - ;; -esac - -]) dnl NTP_PKG_CONFIG - |