summaryrefslogtreecommitdiff
blob: 311b5e88d84e192cb00443380612de8c6337789e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 macros/clipper.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/macros/clipper.m4 b/macros/clipper.m4
index 0bf087a..d0e8b6b 100644
--- a/macros/clipper.m4
+++ b/macros/clipper.m4
@@ -98,6 +98,9 @@ case $ac_cv_build_alias in
         ;;
 esac
 
+CLIPPER_CXXFLAGS=`clipper-config --cflags`
+CLIPPER_LDOPTS=`clipper-config --libs`
+
 AC_MSG_CHECKING([for Clipper])
 
 	LIBS="$save_LIBS $CLIPPER_LDOPTS"