Changeset 2340 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
10/26/00 10:05:59 (8 years ago)
Author:
emojon
Message:

Maybe removing -fnocheck-new will stop the crashes with gcc 2.96 when
the plugin starts. It crashes on the first instance of operator new.
Anyone have any ideas if this doesn't fix it?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk-gui/src/Makefile.am

    r2321 r2340  
    33libdir = $(prefix)/lib/licq 
    44 
    5 INCLUDES = -Wall -D_REENTRANT -fno-check-new \ 
     5INCLUDES = -Wall -D_REENTRANT \ 
    66    -I$(prefix)/include/licq -DG_LOG_DOMAIN=\"licq_jons-gtk-gui\" \ 
    77    `gtk-config --cflags`