From a9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Mon, 11 Sep 2017 22:50:01 +0200 Subject: Drop gld linker usage on SunOS This is required to be removed on SmartOS (Illumos). As of now there are no alternative supported SunOS distributions. Signed-off-by: Kamil Rytarowski Signed-off-by: Michael Tokarev --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1f7b4f03ce..7727f6ba5b 100755 --- a/configure +++ b/configure @@ -746,7 +746,6 @@ SunOS) solaris="yes" make="${MAKE-gmake}" install="${INSTALL-ginstall}" - ld="gld" smbd="${SMBD-/usr/sfw/sbin/smbd}" if test -f /usr/include/sys/soundcard.h ; then audio_drv_list="oss" -- cgit v1.2.1