1
0
Fork 0
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:
Jon Trulson 2019-10-24 13:02:38 -06:00
parent e3028d4eff
commit 8ae0dace89

View file

@ -68,6 +68,15 @@ AM_CONDITIONAL([SOLARIS], [test "$build_solaris" = "yes"])
AM_CONDITIONAL([AIX], [test "$build_aix" = "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_i386=no
is_sparc=no