configure.ac (e986c8d8) | configure.ac (c4e06ec6) |
---|---|
1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 4718 unchanged lines hidden (view full) --- 4727 else 4728 if test \( "$WITH_MINGWIN" = "yes" \) ; then 4729 if test ! -d "$MOZILLABUILD" ; then 4730AC_MSG_ERROR([Mozilla build tooling incomplete!]) 4731 else 4732 AC_MSG_RESULT([ok]) 4733 fi 4734 else | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 4718 unchanged lines hidden (view full) --- 4727 else 4728 if test \( "$WITH_MINGWIN" = "yes" \) ; then 4729 if test ! -d "$MOZILLABUILD" ; then 4730AC_MSG_ERROR([Mozilla build tooling incomplete!]) 4731 else 4732 AC_MSG_RESULT([ok]) 4733 fi 4734 else |
4735 if test ! -d "$MOZILLABUILD/moztools" \ 4736 -o ! -d "$MOZILLABUILD/msys" ; then | 4735 if test ! -d "$MOZILLABUILD/msys" ; then |
4737AC_MSG_ERROR([Mozilla build tooling incomplete!]) 4738 else 4739 AC_MSG_RESULT([ok]) 4740 fi 4741 fi 4742 fi 4743 fi 4744else --- 2690 unchanged lines hidden --- | 4736AC_MSG_ERROR([Mozilla build tooling incomplete!]) 4737 else 4738 AC_MSG_RESULT([ok]) 4739 fi 4740 fi 4741 fi 4742 fi 4743else --- 2690 unchanged lines hidden --- |