mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 21:31:18 +00:00
Fixed a typo that said "experiemental", no biggie.. would have been embarrassing
for a release though :) -- Eric Windisch
This commit is contained in:
parent
c494af94b6
commit
c363d72c3c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ AC_CHECK_FUNCS(gethostname gethostbyname connect gettimeofday getwd mkdir \
|
|||
snprintf _snprintf vsnprintf _vsnprintf)
|
||||
|
||||
AC_ARG_ENABLE(experimental,
|
||||
[ --enable-experiemental compile with experimental code. Use at your
|
||||
[ --enable-experimental compile with experimental code. Use at your
|
||||
own risk]
|
||||
)
|
||||
if test "x$enable_experimental" = xyes; then
|
||||
|
|
Loading…
Reference in a new issue