MIPSpro doesn't like main() to be redefined.
This commit is contained in:
parent
0af5a71f73
commit
c3379e40e0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ dnl Checks for libraries.
|
|||
|
||||
AC_LANG_PUSH(C++)
|
||||
|
||||
AC_CHECK_LIB(fltk,main,LIBS="$LIBS `fltk-config --use-images --ldflags`"
|
||||
AC_CHECK_LIB(fltk,fl_yes,LIBS="$LIBS `fltk-config --use-images --ldflags`"
|
||||
LDFLAGS="$LDFLAGS `fltk-config --use-images --ldflags`"
|
||||
CPPFLAGS="$CPPFLAGS `fltk-config --cxxflags`",
|
||||
AC_MSG_ERROR(fltk library required get it at http://www.fltk.org))
|
||||
|
|
Loading…
Add table
Reference in a new issue