From: James Turner Date: Thu, 1 Jul 2010 23:10:50 +0000 (+0100) Subject: Fix configure.ac breakage - I would remove the one file referenced in configure! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=76712b6b97292082efbc1ac9bf6ad979b23cddef;p=flightgear.git Fix configure.ac breakage - I would remove the one file referenced in configure! --- diff --git a/configure.ac b/configure.ac index 5e49870fc..daf88fe9c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autogen.sh to produce a working configure dnl script. AC_INIT -AC_CONFIG_SRCDIR([src/Aircraft/aircraft.cxx]) +AC_CONFIG_SRCDIR([src/Airports/simple.cxx]) dnl Require at least automake 2.52 AC_PREREQ(2.52)