Skip to content

Commit

Permalink
Lines swapped to match ordering elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 22, 2006
1 parent 0e8cb71 commit 515860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -792,8 +792,8 @@ AC_HELP_STRING([--enable-x11-shared], [dynamically load X11 support [default=yes
*-*-darwin*) # Latest Mac OS X actually ships with Xrandr/Xrender libs...
x11_lib='/usr/X11R6/lib/libX11.6.dylib'
x11ext_lib='/usr/X11R6/lib/libXext.6.dylib'
xrandr_lib='/usr/X11R6/lib/libXrandr.2.dylib'
xrender_lib='/usr/X11R6/lib/libXrender.1.dylib'
xrandr_lib='/usr/X11R6/lib/libXrandr.2.dylib'
;;
*-*-osf*)
x11_lib='libX11.so'
Expand Down

0 comments on commit 515860a

Please sign in to comment.