From 830d22d8931a4e5f0606d401f24d7cd937f8697e Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 2 Feb 2022 11:13:48 +0100 Subject: support Parabola's Iceweasel in tests --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 50f75dc..80516fa 100755 --- a/configure +++ b/configure @@ -91,6 +91,9 @@ if [ "x$BROWSER_BINARY" = x ]; then elif [ "x$TARGET" = xlibrewolf ]; then # Debian's path to Librewolf BROWSER_BINARY=/usr/share/librewolf/librewolf + elif [ "x$TARGET" = xiceweasel ]; then + # Parabola's path to Iceweasel + BROWSER_BINARY=/usr/lib/iceweasel/iceweasel elif [ "x$TARGET" = xicecat ]; then # Parabola's path to IceCat BROWSER_BINARY=/usr/lib/icecat/icecat -- cgit v1.2.3