aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index 9ece0d2..c967734 100755
--- a/configure
+++ b/configure
@@ -93,6 +93,23 @@ else
in_tree_libweb=1
proj_CFLAGS="$proj_CFLAGS -Ilibweb/include"
proj_LDFLAGS="$proj_LDFLAGS -Llibweb -lweb"
+
+ if [ -f libweb/Makefile ]
+ then
+ echo "Info: Re-configuring libweb" >&2
+ (cd libweb && CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ./configure \
+ --prefix="$prefix")
+ fi
+fi
+
+if [ $build_thumbnail -ne 0 ]
+then
+ if [ -f thumbnail/Makefile ]
+ then
+ echo "Info: Re-configuring thumbnail" >&2
+ (cd thumbnail && CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ./configure \
+ --prefix="$prefix")
+ fi
fi
if pkg-config fdzipstream