summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-02 03:01:54 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-02 03:01:54 +0300
commitce9dd5dfa8e49e5204f25e079c1283ab6173b7cb (patch)
treea819c7c08b0d21f7aae0893e558ba667325c6417 /configure.ac
parent1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1 (diff)
downloadplus-ce9dd5dfa8e49e5204f25e079c1283ab6173b7cb.tar.gz
plus-ce9dd5dfa8e49e5204f25e079c1283ab6173b7cb.tar.bz2
plus-ce9dd5dfa8e49e5204f25e079c1283ab6173b7cb.tar.xz
plus-ce9dd5dfa8e49e5204f25e079c1283ab6173b7cb.zip
Mark configure flag --without-physfs as experimental.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 726f46170..603a8dbe7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,7 @@ AC_CHECK_LIB([z], [inflate], ,
AC_MSG_ERROR([ *** Unable to find zlib (http://www.gzip.org/zlib/)]))
# Option to enable physfs.
-AC_ARG_WITH(physfs,[ --without-physfs don't use physfs ] )
+AC_ARG_WITH(physfs,[ --without-physfs don't use physfs (experimental) ] )
if test "x$with_physfs" == "xno"; then
with_physfs=no
else