diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-02 03:01:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-02 03:01:54 +0300 |
commit | ce9dd5dfa8e49e5204f25e079c1283ab6173b7cb (patch) | |
tree | a819c7c08b0d21f7aae0893e558ba667325c6417 /configure.ac | |
parent | 1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1 (diff) | |
download | plus-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-x | configure.ac | 2 |
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 |