Skip to content

Commit

Permalink
Update build summary
Browse files Browse the repository at this point in the history
  • Loading branch information
m8t committed Jun 21, 2010
1 parent 6d9ee4c commit 7ffa0e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,11 @@ dnl ***************************
echo
echo "Build Configuration:"
echo
echo "* Gksu: ${GKSU_FOUND:-no} "${GKSU_VERSION:+"(libgksu $GKSU_VERSION)"}
echo "* Wnck: ${WNCK_FOUND:-no} "${WNCK_VERSION:+"(libwnck $WNCK_VERSION)"}
echo "* Gksu: ${GKSU_VERSION:-no}"
echo "* Wnck: ${WNCK_VERSION:-no}"
echo "* Cairo: ${CAIRO_VERSION}"
echo "* GTK+: ${GTK_VERSION}"
echo "* Target OS: $target_os ($ac_os_implementation)"
echo "* Debug Support: $enable_debug"
echo "* Debug: $enable_debug"
echo

0 comments on commit 7ffa0e3

Please sign in to comment.