mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-03-03 15:31:30 +00:00
- Verbose configure patch
This commit is contained in:
parent
16b8934801
commit
23b2239321
1 changed files with 10 additions and 3 deletions
13
configure.in
13
configure.in
|
@ -531,9 +531,16 @@ dnl -----------------------------------------------------------
|
|||
|
||||
if test $quake2_config_ok = no ; then
|
||||
|
||||
AC_MSG_RESULT([
|
||||
doing nothing just now
|
||||
])
|
||||
dnl AC_MSG_RESULT([
|
||||
dnl Quake2Forge $VERSION: Automatic configuration FAILED.
|
||||
dnl
|
||||
dnl The file config.log has full details.
|
||||
dnl
|
||||
dnl The following required libraries are missing or misconfigured
|
||||
dnl on your system:
|
||||
dnl ])
|
||||
|
||||
if test "x$HAVE_OPENGL" != xyes
|
||||
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue