Make the panel compile again by including additional mico lib

This commit is contained in:
Manish Vachharajani 1998-06-11 04:04:12 +00:00
parent b98a671b8b
commit 84e5d94e5c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Jun 10 11:34:52 1998 Owen Taylor <otaylor@gtk.org>
* configure.in: Make panel link micocoss library as well
Wed Jun 10 11:34:52 1998 Owen Taylor <otaylor@gtk.org>
* configure.in acconfig.h: Check for installed MICO

View file

@ -73,7 +73,7 @@ MICO_VERS=`(. $mico_prefix/lib/mico-setup.sh ; echo $MICOVERSION)`
# has MICO older than 2.0.5.
if test $MICO_VERS = 2.0.5 ; then
MICO_LIBS="-lmicoaux$MICO_VERS -lmico$MICO_VERS -lXt"
MICO_LIBS="-lmicoaux$MICO_VERS -lmico$MICO_VERS -lmicocoss$MICO_VERS -lXt"
else
MICO_LIBS="-lmico$MICO_VERS -lmicogtk$MICO_VERS"
AC_DEFINE(HAVE_MICO_ORB_RUN)