forked from AuroraMiddleware/gtk
Bug 532497 – Configure problem when cross-compiling
2008-05-25 Matthias Clasen <mclasen@redhat.com> Bug 532497 – Configure problem when cross-compiling * configure.in: Use AC_CHECK_TOOLS to find C++ compiler, pointed out by Marko Lindqvist. svn path=/trunk/; revision=20156
This commit is contained in:
parent
cd697bb2e3
commit
bd4acfe467
@ -1,3 +1,10 @@
|
||||
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 532497 – Configure problem when cross-compiling
|
||||
|
||||
* configure.in: Use AC_CHECK_TOOLS to find C++ compiler,
|
||||
pointed out by Marko Lindqvist.
|
||||
|
||||
2008-05-25 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
|
||||
|
@ -147,7 +147,7 @@ dnl
|
||||
dnl Check for a working C++ compiler, but do not bail out, if none is found.
|
||||
dnl We use this for an automated test for C++ header correctness.
|
||||
dnl
|
||||
AC_CHECK_PROGS(CXX, [$CCC c++ g++ gcc CC cxx cc++ cl], gcc)
|
||||
AC_CHECK_TOOLS(CXX, [$CCC c++ g++ gcc CC cxx cc++ cl], gcc)
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_CPLUSPLUS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user