summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 5445ac4033..5bbc71af59 100755
--- a/configure
+++ b/configure
@@ -2336,6 +2336,10 @@ echocheck "GUI"
echo "$_gui"
if test "$_gui" = yes ; then
+ # Required libraries
+ test "$_png" != yes && die "PNG support required for GUI compilation"
+ test "$_x11" != yes && die "X11 support required for GUI compilation"
+
echocheck "XShape extension"
_xshape=no
if test "$_x11" = yes ; then