1
0
forked from GitHub/gf-core

Use ghc-pkg field instead of latest, to work with ghc-pkg 6.4.

This commit is contained in:
bringert
2006-03-14 09:31:27 +00:00
parent 72f575f5ba
commit 80b1c33c8e

View File

@@ -131,7 +131,7 @@ AC_ARG_WITH(atk,
case $ATK in
yes)
AC_MSG_CHECKING([for atkrec package])
ATKREC_VERSION=`ghc-pkg latest atkrec`
ATKREC_VERSION=`ghc-pkg field atkrec version`
if test "$ATKREC_VERSION" = ""; then
AC_MSG_RESULT(['not found'])
AC_MSG_WARN([Disabling ATK support.])