Changeset 11489


Ignore:
Timestamp:
2006-03-27T14:29:19+12:00 (18 years ago)
Author:
shaoqun
Message:

set LDFLAGS=

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r11484 r11489  
    13981398fi;
    13991399
    1400 LDFLAGS=-static
     1400LDFLAGS=
    14011401if test -z "$CFLAGS"; then
    14021402CFLAGS=-O2
  • trunk/gsdl/configure.in

    r11484 r11489  
    5656
    5757dnl Checks for programs.
    58 LDFLAGS=-static
     58LDFLAGS=
    5959dnl only set CFLAGS if not already set in environment
    6060if test -z "$CFLAGS"; then
Note: See TracChangeset for help on using the changeset viewer.