From 975f62aeaa0c88cca1b7926ff34df1d7afb577c4 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 23 Sep 2013 16:28:20 +0200 Subject: gbuild: remove obsolete SOLARLIB Change-Id: I6fcf5ff3a8f543079c3c8d37a728eb0ba6e0587e --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 69fb9eb23752..534894a3e383 100644 --- a/configure.ac +++ b/configure.ac @@ -4293,7 +4293,6 @@ mingw*) AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os]) ;; esac - ;; *netbsd*) @@ -4356,8 +4355,6 @@ openbsd*) ;; esac SOLARINC="$SOLARINC -I/usr/local/include" - SOLARLIB="$SOLARLIB -L/usr/local/lib" - ;; solaris*) @@ -4392,8 +4389,6 @@ solaris*) ;; esac SOLARINC="$SOLARINC -I/usr/local/include" - SOLARLIB="$SOLARLIB -L$COMPATH/lib" - SOLARLIB="$SOLARLIB -L/usr/local/bin -L/usr/dt/lib -L/usr/openwin/lib" ;; *) @@ -12660,7 +12655,6 @@ AC_SUBST(WIN_TOUCH) AC_SUBST(BUILD_TYPE) AC_SUBST(SOLARINC) -AC_SUBST(SOLARLIB) PathFormat "$PERL" PERL="$formatted_path" -- cgit