summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-08-01 10:47:51 +0100
committerBastien Nocera <hadess@hadess.net>2017-08-01 14:45:04 +0100
commit89cd4eef96516415788eb7658b1fdc4e306abd05 (patch)
tree63148da5f84e03d600c647a749103757898f9793
parent68da550e817b1269d1ccfdeeec2a53ddbd7b920a (diff)
downloadgdk-pixbuf-89cd4eef96516415788eb7658b1fdc4e306abd05.tar.gz
build: Remove HP-UX library linking special casing
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index ba7a0ef43..92d9c7923 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,20 +337,6 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[The prefix for our gettext translation domains.])
-#
-# see bug 162979
-#
-AC_MSG_CHECKING(for HP-UX)
-case $host_os in
- hpux9* | hpux10* | hpux11*)
- AC_MSG_RESULT(yes)
- CFLAGS="$CFLAGS -DHPPEX -DSHMLINK"
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
-esac
-
dnl NeXTStep cc seems to need this
AC_MSG_CHECKING([for extra flags for POSIX compliance])
AC_TRY_COMPILE([#include <dirent.h>], [DIR *dir;],