From 027e40dc03e8b72f644f445ba5623fc794b2d169 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 14:56:36 +0000 Subject: =?UTF-8?q?2011-02-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Add AC_CONFIG_HEADER(config.h). --- testsuites/samples/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/configure.ac') diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac index f09e51a6cd..22f6b5a49d 100644 --- a/testsuites/samples/configure.ac +++ b/testsuites/samples/configure.ac @@ -5,6 +5,7 @@ AC_PREREQ([2.68]) AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([hello]) +AC_CONFIG_HEADER([config.h]) RTEMS_TOP([../..],[..]) RTEMS_CANONICAL_TARGET_CPU @@ -28,7 +29,6 @@ RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING]) RTEMS_CHECK_CXX(RTEMS_BSP) RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING]) - CXXTESTS=$HAS_CPLUSPLUS AS_IF([test $HAS_CPLUSPLUS = yes],[ AC_LANG_PUSH([C++]) -- cgit v1.2.3