summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdiff-backup/FAQ-body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index 076c107..ece68be 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -149,7 +149,7 @@ these instructions build it fine with all tests running OK
aclocal
autoconf
automake --foreign --add-missing
- CFLAGS=-no-cpp-precomp ./configure
+ env CFLAGS=-no-cpp-precomp ./configure
make
make install
</pre>