]> git.saurik.com Git - wxWidgets.git/blobdiff - build/aclocal/bakefile.m4
Correct making the newly inserted menu item owner drawn in some cases.
[wxWidgets.git] / build / aclocal / bakefile.m4
index 8608b64e59abeced7d140b5f2bcaf1affb812177..1236ad3533116a73cb9e63a896faf63ca1f0eaae 100644 (file)
@@ -21,8 +21,6 @@ dnl  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 dnl  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 dnl  DEALINGS IN THE SOFTWARE.
 dnl
-dnl  $Id$
-dnl
 dnl  Support macros for makefiles generated by BAKEFILE.
 dnl
 
@@ -558,16 +556,7 @@ AC_DEFUN([AC_BAKEFILE_DEPS],
 
         if test "x$GCC" = "xyes"; then
             DEPSMODE=gcc
-            case "${BAKEFILE_HOST}" in
-                *-*-darwin* )
-                    dnl -cpp-precomp (the default) conflicts with -MMD option
-                    dnl used by bk-deps (see also http://developer.apple.com/documentation/Darwin/Conceptual/PortingUnix/compiling/chapter_4_section_3.html)
-                    DEPSFLAG="-no-cpp-precomp -MMD"
-                ;;
-                * )
-                    DEPSFLAG="-MMD"
-                ;;
-            esac
+            DEPSFLAG="-MMD"
             AC_MSG_RESULT([gcc])
         elif test "x$MWCC" = "xyes"; then
             DEPSMODE=mwcc