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

Diff of /gcl/configure.in

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

revision 1.45 by camm, Mon Jun 17 04:44:30 2002 UTC revision 1.46 by camm, Mon Jun 17 12:52:31 2002 UTC
# Line 273  if test "$enable_bfd" = "yes" ; then Line 273  if test "$enable_bfd" = "yes" ; then
273  # Old binutils appear to need CONST defined to const  # Old binutils appear to need CONST defined to const
274  #  #
275                          AC_MSG_CHECKING(if need to define CONST for bfd)                          AC_MSG_CHECKING(if need to define CONST for bfd)
276                          AC_TRY_RUN([#include <bfd.h>                          AC_TRY_RUN([#define IN_GCC
277                                        #include <bfd.h>
278                                      int main() { symbol_info t; return 0;}],                                      int main() { symbol_info t; return 0;}],
279                                  AC_MSG_RESULT(no)                                  AC_MSG_RESULT(no)
280                                  AC_DEFINE(HAVE_LIBBFD)                                  AC_DEFINE(HAVE_LIBBFD)
281                                  LIBS="$LIBS  $BFDLIB $IBRLIB",                                  LIBS="$LIBS  $BFDLIB $IBRLIB",
282                                  AC_TRY_RUN([#include <bfd.h>                                  AC_TRY_RUN([#define IN_GCC
283                                                #include <bfd.h>
284                                              #define CONST const                                              #define CONST const
285                                              int main() {symbol_info t; return 0;}],                                              int main() {symbol_info t; return 0;}],
286                                          AC_MSG_RESULT(yes)                                          AC_MSG_RESULT(yes)

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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