From: robertl Date: Fri, 12 May 2006 21:43:07 +0000 (+0000) Subject: Fix configuration on Linux. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2837 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9bbf7a9c320f3e339ba5c4ea31f18cbf5377bfb;p=gpsbabel.git Fix configuration on Linux. --- diff --git a/gpsbabel/arcdist.c b/gpsbabel/arcdist.c index 824960de5..e0379f42e 100644 --- a/gpsbabel/arcdist.c +++ b/gpsbabel/arcdist.c @@ -169,4 +169,4 @@ filter_vecs_t arcdist_vecs = { NULL, arcdist_args }; -#endif FILTERS_ENABLED +#endif // FILTERS_ENABLED diff --git a/gpsbabel/configure b/gpsbabel/configure index 6798e0f99..cb89c33ac 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -2812,7 +2812,7 @@ else fi; -if test "x-$xpathdr " != "x-" ; then +if test "x-$xpathdr" != "x-" ; then CFLAGS="$CFLAGS -I$xpathdr" fi diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index 2067ea677..d97bbdf58 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -147,7 +147,7 @@ AC_ARG_WITH(expathdr, ] ) -if test "x-$xpathdr " != "x-" ; then +if test "x-$xpathdr" != "x-" ; then CFLAGS="$CFLAGS -I$xpathdr" fi diff --git a/gpsbabel/interpolate.c b/gpsbabel/interpolate.c index fe4659d27..151a9756b 100644 --- a/gpsbabel/interpolate.c +++ b/gpsbabel/interpolate.c @@ -163,4 +163,4 @@ filter_vecs_t interpolatefilt_vecs = { NULL, interpfilt_args }; -#endif FILTERS_ENABLED +#endif // FILTERS_ENABLED diff --git a/gpsbabel/sort.c b/gpsbabel/sort.c index fa8d7e519..0c14e2c57 100644 --- a/gpsbabel/sort.c +++ b/gpsbabel/sort.c @@ -113,4 +113,4 @@ filter_vecs_t sort_vecs = { NULL, sort_args }; -#endif FILTERS_ENABLED +#endif // FILTERS_ENABLED