From 4a3ce814d30f2176d477631f9ceba2a40e663cbf Mon Sep 17 00:00:00 2001 From: Michael Ploujnikov Date: Sat, 30 Aug 2008 10:16:34 -0400 Subject: [PATCH] fix section identifier comment --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b5a61ab03..42b6961dc 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ AC_CHECK_LIB(Xv, XvQueryAdaptors, , # END X11 Dependancies -############## Pkg Dependancies +############## Gtk Dependancies PKG_CHECK_MODULES(GTK_LUMIERA, [ gtkmm-2.4 >= 2.8 gdl-1.0 >= 0.6.1 cairomm-1.0 >= 0.6.0 gavl >= 0.2.5 librsvg-2.0 >= 2.18.1])