aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 10e843d2a26..871c0dac5e7 100644
--- a/configure.in
+++ b/configure.in
@@ -1779,7 +1779,13 @@ fi
1779if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then 1779if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then
1780 if test "${with_carbon+set}" != set \ 1780 if test "${with_carbon+set}" != set \
1781 && test "${carbon_appdir_x+set}" != set; then 1781 && test "${carbon_appdir_x+set}" != set; then
1782 HAVE_CARBON=no 1782 for var in with_x with_x_toolkit with_gtk with_xim \
1783 with_xpm with_jpeg with_tiff with_gif with_png; do
1784 if eval test \"\${$var+set}\" = set; then
1785 HAVE_CARBON=no
1786 break
1787 fi
1788 done
1783 fi 1789 fi
1784fi 1790fi
1785if test "${HAVE_CARBON}" = yes; then 1791if test "${HAVE_CARBON}" = yes; then