]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Added extra help text to configure --yvs
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Mon, 21 Sep 2020 20:35:58 +0000 (22:35 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Mon, 21 Sep 2020 20:35:58 +0000 (22:35 +0200)
configure.ac

index 88b508c18fc55c372cd1795dc4931a11fc474d9b..3175d56bbfe20d049356992bc2f113031ff266ad 100644 (file)
@@ -21,12 +21,11 @@ AC_CANONICAL_HOST
 AC_PROG_CC
 
 # Check pkg-config availability.
-m4_ifndef([PKG_PROG_PKG_CONFIG],
-  [m4_fatal(
+m4_ifndef([PKG_CHECK_MODULES], [m4_defun([PKG_CHECK_MODULES], [AC_MSG_ERROR(
 [Could not locate the pkg-config autoconf macros.  These are usually located
 in /usr/share/aclocal/pkg.m4.  If your macros are in a different location,
 try setting the environment variable ACLOCAL_OPTS="-I/other/macro/dir"
-before running ./bootstrap.sh again.])
+before running ./bootstrap.sh again, or configure --without-gtk ----without-jansson ])])
 ])
 PKG_PROG_PKG_CONFIG