Changeset 41038 in webkit


Ignore:
Timestamp:
Feb 17, 2009 4:43:58 AM (15 years ago)
Author:
kov@webkit.org
Message:

2009-02-17 Gustavo Noronha Silva <Gustavo Noronha Silva>

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=23939
Release build being built with debugging symbols

  • configure.ac: Revert change done in revision 40790, since we already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r40912 r41038  
     12009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=23939
     6        Release build being built with debugging symbols
     7
     8        * configure.ac: Revert change done in revision 40790, since we
     9        already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
     10
    1112009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
    212
  • trunk/configure.ac

    r40912 r41038  
    2727LIBWEBKITGTK_VERSION=1:0:0
    2828AC_SUBST([LIBWEBKITGTK_VERSION])
    29 
    30 # Recent libtool+automake don't assume you want C++, explicitly enable it
    31 AC_PROG_CXX
    3229
    3330AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
Note: See TracChangeset for help on using the changeset viewer.