diff options
Diffstat (limited to 'xserver/configure')
-rw-r--r-- | xserver/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xserver/configure b/xserver/configure index 7a4e3549f..744786a07 100644 --- a/xserver/configure +++ b/xserver/configure @@ -27891,6 +27891,12 @@ _ACEOF s390*) GLX_ARCH_DEFINES="-D__GLX_ALIGN64" ;; + hppa*) + case $host_os in + *openbsd*) HPPA_VIDEO=yes + ;; + esac + ;; esac @@ -28909,6 +28915,7 @@ if test "$ac_res" != no; then fi + if test "$ac_cv_search_socket$ac_cv_search_gethostbyname" = "nono"; then { $as_echo "$as_me:$LINENO: checking for main in -lws2_32" >&5 $as_echo_n "checking for main in -lws2_32... " >&6; } @@ -28979,6 +28986,7 @@ _ACEOF fi ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main + fi # Needs to come after above checks for libsocket & libnsl for SVR4 systems # Check whether --enable-ipv6 was given. |