Commit 425405c2 authored by Dafydd Harries's avatar Dafydd Harries

split PKG_CHECK_MODULES call over multiple lines

darcs-hash:20061217202552-c9803-72da89a2b84e15c7e5dffb7258d2403b256fa65b.gz
parent 3663aae0
......@@ -21,7 +21,10 @@ PKG_CHECK_MODULES(CHECK, [dnl
check >= 0.9.4 dnl
])
PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.4, gobject-2.0 >= 2.4])
PKG_CHECK_MODULES(GLIB, [dnl
glib-2.0 >= 2.4 dnl
gobject-2.0 >= 2.4 dnl
])
AC_OUTPUT
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment