diff options
| author | Simo Sorce <idra@samba.org> | 2009-01-27 10:10:20 -0500 |
|---|---|---|
| committer | Simo Sorce <idra@samba.org> | 2009-01-27 10:10:50 -0500 |
| commit | 8d8743ebf8f02bdb1cc479779fa4a275ec39b5b3 (patch) | |
| tree | 2b61983d421fc101ead75ba0937fedf7920ffc0a | |
| parent | 965bd60f9fae579184d3aa0c039775b37d67c27b (diff) | |
| download | sssd-8d8743ebf8f02bdb1cc479779fa4a275ec39b5b3.tar.gz sssd-8d8743ebf8f02bdb1cc479779fa4a275ec39b5b3.tar.xz sssd-8d8743ebf8f02bdb1cc479779fa4a275ec39b5b3.zip | |
Fix configure when libs are not in standard paths
| -rw-r--r-- | server/build_macros.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/build_macros.m4 b/server/build_macros.m4 index c036668cd..bb7fad8f7 100644 --- a/server/build_macros.m4 +++ b/server/build_macros.m4 @@ -7,6 +7,7 @@ AC_DEFUN(BUILD_WITH_SHARED_BUILD_DIR, if test x"$with_shared_build_dir" != x; then sharedbuilddir=$with_shared_build_dir CFLAGS="$CFLAGS -I$with_shared_build_dir/include" + CPPFLAGS="$CPPFLAGS -I$with_shared_build_dir/include" LDFLAGS="$LDFLAGS -L$with_shared_build_dir/lib" fi AC_SUBST(sharedbuilddir) |
