*** ./src/Makefile.in.ORIG Thu Oct 8 14:59:23 2009 --- ./src/Makefile.in Thu Oct 8 15:04:32 2009 *************** *** 167,173 **** JNI_INCLUDE = @JNI_INCLUDE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ ! LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ --- 167,173 ---- JNI_INCLUDE = @JNI_INCLUDE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ ! LIBS = -lm -lpthread LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ *** ./src/geodesic.c.ORIG Wed Apr 8 10:36:45 2015 --- ./src/geodesic.c Wed Apr 8 10:37:19 2015 *************** *** 41,48 **** typedef int boolx; static unsigned init = 0; ! static const int FALSE = 0; ! static const int TRUE = 1; static unsigned digits, maxit1, maxit2; static real epsilon, realmin, pi, degree, NaN, tiny, tol0, tol1, tol2, tolb, xthresh; --- 41,48 ---- typedef int boolx; static unsigned init = 0; ! //static const int FALSE = 0; ! //static const int TRUE = 1; static unsigned digits, maxit1, maxit2; static real epsilon, realmin, pi, degree, NaN, tiny, tol0, tol1, tol2, tolb, xthresh;