[Bf-committers] CVS commit: blender configure.ac

Unprivileged User bf-committers@blender.org
Fri, 27 Dec 2002 14:17:26 +0100 (CET)


nobody      2002/12/27 14:17:26 CET

  Modified files:
    .                    configure.ac 
  
  Log:
  Added the following:
  
  Submitted by Bert Driehuis
  
  Kent
  --
  mein@cs.umn.edu
  
  Index: configure.ac
  ===================================================================
  RCS file: /cvs01/blender/configure.ac,v
  retrieving revision 1.21
  diff -u -r1.21 configure.ac
  --- configure.ac        2002/12/21 10:12:18     1.21
  +++ configure.ac        2002/12/27 13:16:41
  @@ -275,6 +275,8 @@
      , dnl found -- nop
      [enable_openal=no] )  dnl not found -- disable openal
   fi
  +  AC_CHECK_LIB([Xext], [XextFindDisplay],,,$X_LIBS)
  +  AC_CHECK_LIB([X11], [XOpenDisplay],,,$X_LIBS)
     AC_CHECK_LIB([GL], [glIsTexture],,,$X_LIBS)
     AC_CHECK_LIB([GLU], [gluGetString],,,$X_LIBS)
     AC_CHECK_LIB([Xxf86dga], [XDGAQueryModes],,,$X_LI
  
  Revision  Changes    Path
  1.22      +2 -0      blender/configure.ac