Some strange code in configure.in

Lionel Ulmer lionel.ulmer at free.fr
Wed Aug 8 14:47:52 CDT 2001


Hi all,

By looking at some guy's config.log, I found out this in configure.in :

   dnl Check for GLU32 library.
   AC_CHECK_LIB(GLU,glBegin,
                X_PRE_LIBS="$X_PRE_LIBS -lGLU"
                GLU32FILES='$(GLU32FILES)'
		GLU32_DLL=glu32
                ,,
	        $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
   )

My question is why do we test for 'glBegin' in GLU and not something better
like, say, 'gluLookAt' ?

                          Lionel

-- 
		 Lionel Ulmer - http://www.bbrox.org/




More information about the wine-devel mailing list