X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=3b510a18812ee723e66c16910de38a9e9b02fd13;hb=c073ccebee7336b55712ade81eb3734527d5ac5b;hp=8603f46c58f8a63541261acac075fda34627f80a;hpb=9d5e75a7a5643a2144dc561fc246a7a3ca7e5fb0;p=vlc diff --git a/configure.ac b/configure.ac index 8603f46c58..3b510a1881 100644 --- a/configure.ac +++ b/configure.ac @@ -5562,8 +5562,8 @@ then [ AC_PATH_PROGS(MOZILLA_CONFIG, [mozilla-config seamonkey-config xulrunner-config], - AC_MSG_ERROR([Please install the Mozilla development tools. mozilla-config was not found.]) - ) + [no]) + test "${MOZILLA_CONFIG}" = "no" && AC_MSG_ERROR([Please install the Mozilla development tools. mozilla-config was not found.]) ] ) dnl pkg-config failed but we might have found a mozilla-config