From: Matthew G. <mat...@us...> - 2007-09-28 05:37:27
|
Update of /cvsroot/jsbsimcommander In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv417 Modified Files: configure.in Log Message: ignore wxrc if not be found Index: configure.in =================================================================== RCS file: /cvsroot/jsbsimcommander/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** configure.in 24 Jan 2007 00:18:51 -0000 1.6 --- configure.in 28 Sep 2007 05:37:24 -0000 1.7 *************** *** 43,47 **** AM_PATH_WXRC([HAVE_WXRC=1], [HAVE_WXRC=0]) if test "x$HAVE_WXRC" != x1; then ! AC_MSG_ERROR([ The wxrc program was not installed or not found. --- 43,47 ---- AM_PATH_WXRC([HAVE_WXRC=1], [HAVE_WXRC=0]) if test "x$HAVE_WXRC" != x1; then ! AC_MSG_NOTICE([ The wxrc program was not installed or not found. |