nel-all
[Top][All Lists]
Advanced

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

[Nel] [patch] configure issue on GNU/Linux


From: David Mentré
Subject: [Nel] [patch] configure issue on GNU/Linux
Date: 28 Nov 2000 11:04:18 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6

Hi all nelers,

Issue:

 With the current connfigure.in, the freetype availability test use cc
 rather than c++ to make the test, resulting in test failure due to
 unset include path.

Solution:

 Use c++ as the default compiler for TRY_COMPILE macros.

Path:

--- configure.in.old    Tue Nov 28 10:22:18 2000
+++ configure.in        Tue Nov 28 10:50:10 2000
@@ -23,6 +23,7 @@
 dnl Checks for programs.
 
 AC_PROG_MAKE_SET
+AC_LANG_CPLUSPLUS
 
 AC_PROG_CC
 AC_PROG_CXX


Comment:

 With this patch, configures works properly. And compilation worked
 until my quota was full. ;)


Best regards,
d.
-- 
 address@hidden -- http://www.irisa.fr/prive/dmentre/
 Opinions expressed here are only mine.


reply via email to

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