From ce9dd5dfa8e49e5204f25e079c1283ab6173b7cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Mar 2017 03:01:54 +0300 Subject: Mark configure flag --without-physfs as experimental. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3-60-g2f50