added debug output for optional packages that were not located

This commit is contained in:
Dave Schuyler 2004-09-03 01:31:53 +00:00
parent 48a5b786b2
commit 94bdad116e

View File

@ -12,49 +12,79 @@
#print #print
#print Configuring support for the following optional third-party packages: #print Configuring support for the following optional third-party packages:
#if $[HAVE_NSPR] #if $[HAVE_NSPR]
#print - NSPR #print + NSPR
#else
#print - Did not find NSPR
#endif #endif
#if $[HAVE_SSL] #if $[HAVE_SSL]
#print - OpenSSL #print + OpenSSL
#else
#print - Did not find OpenSSL
#endif #endif
#if $[HAVE_JPEG] #if $[HAVE_JPEG]
#print - libjpeg #print + libjpeg
#else
#print - Did not find libjpeg
#endif #endif
#if $[HAVE_PNG] #if $[HAVE_PNG]
#print - libpng #print + libpng
#else
#print - Did not find libpng
#endif #endif
#if $[HAVE_TIFF] #if $[HAVE_TIFF]
#print - libtiff #print + libtiff
#else
#print - Did not find libtiff
#endif #endif
#if $[HAVE_FFTW] #if $[HAVE_FFTW]
#print - fftw #print + fftw
#else
#print - Did not find fftw
#endif #endif
#if $[HAVE_CG] #if $[HAVE_CG]
#print - Nvidia Cg High Level Shading Language #print + Nvidia Cg High Level Shading Language
#else
#print - Did not find Nvidia Cg High Level Shading Language
#endif #endif
#if $[HAVE_CGGL] #if $[HAVE_CGGL]
#print - Cg OpenGL API #print + Cg OpenGL API
#else
#print - Did not find Cg OpenGL API
#endif #endif
#if $[HAVE_VRPN] #if $[HAVE_VRPN]
#print - VRPN #print + VRPN
#else
#print - Did not find VRPN
#endif #endif
#if $[HAVE_ZLIB] #if $[HAVE_ZLIB]
#print - zlib #print + zlib
#else
#print - Did not find zlib
#endif #endif
#if $[HAVE_RAD_MSS] #if $[HAVE_RAD_MSS]
#print - Miles Sound System #print + Miles Sound System
#else
#print - Did not find Miles Sound System
#endif #endif
#if $[HAVE_FMOD] #if $[HAVE_FMOD]
#print - FMOD sound library #print + FMOD sound library
#else
#print - Did not find FMOD sound library
#endif #endif
#if $[HAVE_FREETYPE] #if $[HAVE_FREETYPE]
#print - Freetype #print + Freetype
#else
#print - Did not find Freetype
#endif #endif
#if $[HAVE_GL] #if $[HAVE_GL]
#print - OpenGL #print + OpenGL
#else
#print - Did not find OpenGL
#endif #endif
#if $[HAVE_DX] #if $[HAVE_DX]
#print - DirectX #print + DirectX
#else
#print - Did not find DirectX
#endif #endif
#print #print