file-nocxx.patch 929 B

12345678910111213141516171819202122232425262728293031
  1. From 126fcb5d08d69693eb4c6e5f5c3d1082b6910121 Mon Sep 17 00:00:00 2001
  2. From: Gustavo Zacarias <gustavo@zacarias.com.ar>
  3. Date: Mon, 7 Jun 2010 11:40:04 -0300
  4. Subject: [PATCH] Disable configure script from checking for CXX since it's not needed
  5. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  6. ---
  7. configure | 6 ++----
  8. 1 files changed, 2 insertions(+), 4 deletions(-)
  9. diff --git a/configure b/configure
  10. index a6e812b..ac2587f 100755
  11. --- a/configure
  12. +++ b/configure
  13. @@ -6136,10 +6136,8 @@ if $ac_preproc_ok; then
  14. :
  15. else
  16. { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
  17. -See \`config.log' for more details." >&5
  18. -echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
  19. -See \`config.log' for more details." >&2;}
  20. - { (exit 1); exit 1; }; }
  21. +See \`config.log' for more details." >&5;}
  22. + { echo "C++ sucks, ignoring ..." >&5; }; }
  23. fi
  24. ac_ext=cpp
  25. --
  26. 1.6.4.4