|
From: Kevin N. <bea...@ya...> - 2004-08-25 20:51:51
|
I've decided to clean up the code for the tjukebox_client. configure.in still requires boost_filesystem and boost_thread even thought there's no filesystem usage and no threading. The only boost libraries the client uses are tokenizer and lexical cast. Do you think I should verify their existance at configure time? I tried changing AC_CHECK_LIB(boost_filesystem, main,,AC_MSG_ERROR(The tjukebox client requires the boost libraries)) to AC_CHECK_LIB(boost_tokenizer, main,,AC_MSG_ERROR(The tjukebox client requires the boost libraries)) but that didn't work. What is the proper way to check for the tokenizer, or is this only done when the files need to be linked in versus used an an include?(Or do I sound like I have no idea what I'm talking about) Kevin ===== Manage your PEZ collection online. Visit PezBase at http://www.beakerboy.com:8081 __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |