/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.96 by mjthomas, Tue Jan 14 02:16:44 2003 UTC revision 1.97 by camm, Mon Feb 10 17:48:04 2003 UTC
# Line 589  if test "$enable_statsysbfd" = "yes" || Line 589  if test "$enable_statsysbfd" = "yes" ||
589          AC_DEFINE(HAVE_LIBBFD)          AC_DEFINE(HAVE_LIBBFD)
590    
591  #  #
592    # BFD boolean syntax
593    #
594    
595            AC_MSG_CHECKING(for useable bfd_boolean)
596            AC_TRY_RUN([#define IN_GCC
597                        #include <bfd.h>
598                        bfd_boolean foo() {return FALSE}
599                        int main() {return 0;}],
600                    AC_MSG_RESULT(yes)
601                    AC_DEFINE(HAVE_BFD_BOOLEAN),
602                    AC_MSG_RESULT(no),
603                    AC_MSG_RESULT(no))
604    
605    
606    #
607  # FIXME: Need to workaround mingw before this point -- CM  # FIXME: Need to workaround mingw before this point -- CM
608  #  #
609          if test "$enable_statsysbfd" = "yes" && ! $CC -v 2>&1 | fgrep ming > /dev/null ; then          if test "$enable_statsysbfd" = "yes" && ! $CC -v 2>&1 | fgrep ming > /dev/null ; then

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26