50846e162d
LibOFX is an API designed to allow applications to very easily support OFX (Open Financial eXchange) command responses, usually provided by financial institutions. It was implemented directly from the full OFX 1.6 spec, and currently supports: * Banking transactions and statements * Credit card and statements * Investment transactions * OFX 2 based on a submission by Landry Breuil <gaston at gcu dot info> (MAINTAINER)
19 lines
614 B
Plaintext
19 lines
614 B
Plaintext
--- configure.orig Tue Jan 9 05:29:27 2007
|
|
+++ configure Wed Feb 28 22:39:40 2007
|
|
@@ -20639,12 +20639,12 @@ fi
|
|
done
|
|
|
|
|
|
-OPENSPLIBS="-L$OPENSPLIBPATH -losp"
|
|
+OPENSPLIBS="-L$OPENSPLIBPATH -lsp"
|
|
ac_save_LIBS="$LIBS"
|
|
LIBS="$OPENSPLIBS $LIBS"
|
|
|
|
-{ echo "$as_me:$LINENO: checking for libosp" >&5
|
|
-echo $ECHO_N "checking for libosp... $ECHO_C" >&6; }
|
|
+{ echo "$as_me:$LINENO: checking for libsp" >&5
|
|
+echo $ECHO_N "checking for libsp... $ECHO_C" >&6; }
|
|
##dnl This is code from the opensp documentation, I modified it a little
|
|
##dnl It is really just a link test rather than a run test, it does nothing
|
|
ac_ext=cpp
|