From c37c48b6d64622b416e738d2c2d2499960756c6d Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 17 Oct 1998 01:32:35 +0000 Subject: [PATCH] C++ ifying. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 233001109..727fe91fc 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl dnl The basis for this file was generated by autoscan(1) [pere 1998-03-19] dnl -AC_INIT(Simulator/Aircraft/aircraft.c) +AC_INIT(Simulator/Aircraft/aircraft.cxx) dnl Initialize the automake stuff AM_INIT_AUTOMAKE(FlightGear, 0.55)