Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 674334
Collapse All | Expand All

(-)./configure.ac (-3 / +8 lines)
Lines 77-83 Link Here
77
77
78
# Check gcc release
78
# Check gcc release
79
	 
79
	 
80
 if test "$CXX" = "c++" -o "$CXX" = "g++"
80
 if test "${CXX:0-3:3}" = "c++" -o "${CXX:0-3:3}" = "g++"
81
 then
81
 then
82
     gcc_AC_HAVE_GCC_VERSION(3,2,0)
82
     gcc_AC_HAVE_GCC_VERSION(3,2,0)
83
     if test "x$ac_cv_gcc_version_3_2_0" = "xno"; then
83
     if test "x$ac_cv_gcc_version_3_2_0" = "xno"; then
Lines 95-101 Link Here
95
[],[enable_java=yes])
95
[],[enable_java=yes])
96
96
97
AC_ARG_ENABLE([mariadb],AC_HELP_STRING([--enable-mariadb],[enable mariadb instead of mysql]),
97
AC_ARG_ENABLE([mariadb],AC_HELP_STRING([--enable-mariadb],[enable mariadb instead of mysql]),
98
[enable_mariadb=yes],[enable_mariadb=no])
98
[],[enable_mariadb=no])
99
99
100
AC_ARG_WITH([java], 
100
AC_ARG_WITH([java], 
101
	AC_HELP_STRING([--with-java],[path to java interpreter]),
101
	AC_HELP_STRING([--with-java],[path to java interpreter]),
Lines 140-145 Link Here
140
	[DOXYGEN=${with_doxygen}],
140
	[DOXYGEN=${with_doxygen}],
141
	[AC_PATH_PROG(DOXYGEN,doxygen)])
141
	[AC_PATH_PROG(DOXYGEN,doxygen)])
142
	
142
	
143
if test ${with_doxygen} = "yes" ; then
144
	AC_PATH_PROG(DOXYGEN,doxygen)
145
elif test ${with_doxygen} = "no" ; then
146
	DOXYGEN=
147
fi
143
if test -z "$DOXYGEN"; then
148
if test -z "$DOXYGEN"; then
144
	DOXYGEN=NOT_INSTALLED
149
	DOXYGEN=NOT_INSTALLED
145
fi
150
fi
Lines 511-517 Link Here
511
516
512
	Source code location:   ${srcdir}
517
	Source code location:   ${srcdir}
513
	Version:                ${VERSION}
518
	Version:                ${VERSION}
514
	Compiler:               ${ac_ct_CC},${ac_ct_CXX}
519
	Compiler:               ${CC},${CXX}
515
520
516
	OMNIORB PATH:           ${OMNI_ROOT} 
521
	OMNIORB PATH:           ${OMNI_ROOT} 
517
	OMNIORB VERSION:        ${OMNI_VERSION}
522
	OMNIORB VERSION:        ${OMNI_VERSION}

Return to bug 674334