autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange warnings from AC_REQUIRE


From: Akim Demaille
Subject: Re: Strange warnings from AC_REQUIRE
Date: 19 Oct 2000 19:05:40 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

AC_DEFUN([AC_REQUIRE_CXX],
[AC_REQUIRE([AC_LANG_COMPILER(C++)])
AC_WARNING([Hey Joe! (C++ version)
])
])

Sorry, I don't have much time, so the answer is short :)

[AC_REQUIRE([AC_LANG_COMPILER(C++)])

is not good, you can't do that.  Use AC_LANG_COMPILER_REQUIRE instead.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]