mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
841 B

  1. --- brlcad-7.6.2/configure 2005-09-29 08:47:39.000000000 +0200
  2. +++ brlcad-7.6.2-p2/configure 2005-10-29 03:28:14.000000000 +0200
  3. @@ -26736,7 +26736,7 @@
  4. PRECPPFLAGS="$CPPFLAGS"
  5. if test "x$itcl_link_works" = "xyes" ; then
  6. LIBS="$LIBS $LIBITCL $LIBTCL"
  7. - CPPFLAGS="$CPPFLAGS -Iinclude"
  8. + CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -Iinclude"
  9. fi
  10. if test "$cross_compiling" = yes; then
  11. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  12. --- brlcad-7.6.2/configure.ac 2005-09-29 08:37:35.000000000 +0200
  13. +++ brlcad-7.6.2-p2/configure.ac 2005-10-29 03:28:39.000000000 +0200
  14. @@ -1986,7 +1986,7 @@
  15. PRECPPFLAGS="$CPPFLAGS"
  16. if test "x$itcl_link_works" = "xyes" ; then
  17. LIBS="$LIBS $LIBITCL $LIBTCL"
  18. - CPPFLAGS="$CPPFLAGS -Iinclude"
  19. + CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -Iinclude"
  20. fi
  21. AC_TRY_RUN([
  22. #include <itcl.h>