From: curt Date: Sat, 17 Oct 1998 01:32:35 +0000 (+0000) Subject: C++ ifying. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c37c48b6d64622b416e738d2c2d2499960756c6d;p=flightgear.git C++ ifying. --- 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)