mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
configure: perhaps jumping the gun - set CSRG_BASED #define for the BSD's
This commit is contained in:
parent
e3028d4eff
commit
8ae0dace89
1 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,15 @@ AM_CONDITIONAL([SOLARIS], [test "$build_solaris" = "yes"])
|
||||||
AM_CONDITIONAL([AIX], [test "$build_aix" = "yes"])
|
AM_CONDITIONAL([AIX], [test "$build_aix" = "yes"])
|
||||||
AM_CONDITIONAL([HPUX], [test "$build_hpux" = "yes"])
|
AM_CONDITIONAL([HPUX], [test "$build_hpux" = "yes"])
|
||||||
|
|
||||||
|
dnl set CSRG_BASED define for the BSD's
|
||||||
|
if test "$build_bsd" = "yes"
|
||||||
|
then
|
||||||
|
oflags="$CFLAGS"
|
||||||
|
CFLAGS="$oflags -DCSRG_BASED"
|
||||||
|
oflags="$CXXFLAGS"
|
||||||
|
CXXFLAGS="$oflags -DCSRG_BASED"
|
||||||
|
fi
|
||||||
|
|
||||||
is_x86_64=no
|
is_x86_64=no
|
||||||
is_i386=no
|
is_i386=no
|
||||||
is_sparc=no
|
is_sparc=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue