[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[d-i] [Patch] error in cdebconf/configure.in



Hi,

the test for detecting libbogl is wrong, here is a patch

Index: configure.in
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/cdebconf/configure.in,v
retrieving revision 1.9
diff -u -r1.9 configure.in
--- configure.in        2002/05/30 11:16:49     1.9
+++ configure.in        2002/06/18 20:33:30
@@ -93,7 +93,7 @@
 
 AC_CHECK_LIB(ncurses, initscr, FRONTEND_MODULES="$FRONTEND_MODULES ncurses",
  echo "*** Cannot build ncurses frontend ***")
-AC_CHECK_LIB(bogl, bogl_flush, FRONTEND_MODULES="$FRONTEND_MODULES bogl",
+AC_CHECK_LIB(bogl, bowl_flush, FRONTEND_MODULES="$FRONTEND_MODULES bogl",
  echo "*** Cannot build BOGL frontend ***")
 AC_CHECK_LIB(slang, SLang_init_all, FRONTEND_MODULES="$FRONTEND_MODULES slang",
  echo "*** Cannot build SLang frontend ***")

Thanks for checking it and redo a autoconf.

Thanks.

-- 
Thomas Poindessous
thomas@poindessous.com


-- 
To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: