mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output
2001-04-16 Havoc Pennington <hp@redhat.com> * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output looks right
This commit is contained in:
committed by
Havoc Pennington
parent
f2faafacb9
commit
988dd88495
@@ -28,13 +28,13 @@ AC_ARG_ENABLE(glibtest, [ --disable-glibtest Do not try to compile and ru
|
||||
esac
|
||||
done
|
||||
|
||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||
|
||||
min_glib_version=ifelse([$1], ,1.3.3,$1)
|
||||
AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
|
||||
|
||||
no_glib=""
|
||||
|
||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||
|
||||
if test x$PKG_CONFIG != xno ; then
|
||||
if pkg-config --atleast-pkgconfig-version 0.5 ; then
|
||||
:
|
||||
|
Reference in New Issue
Block a user