Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
d9b38e1a
Commit
d9b38e1a
authored
May 29, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve IDL checking
parent
5d790f2d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
configure.ac
configure.ac
+4
-8
No files found.
configure.ac
View file @
d9b38e1a
...
...
@@ -53,15 +53,11 @@ CXXFLAGS="-pedantic -Wall -funsigned-char -g -D_GNU_SOURCE ${OMNI_CFLAGS} ${XML_
AC_SUBST(LDFLAGS)
AC_SUBST(CXXFLAGS)
# check IDL-compile
IDL=""
AC_CHECK_PROG(IDL, omniidl,[yes])
if test "x$IDL" != x ; then
IDL="omniidl"
else
AC_MSG_ERROR([*** omniidl not found.])
fi
# check IDL compiler
AC_CHECK_PROG([IDL], [omniidl], [omniidl], , , AC_MSG_ERROR([*** omniidl not found.]))
#UNISET_IDLFLAGS=$(pkg-config omniORB4 --variable=idldir"
AC_SUBST(IDL)
#AC_SUBST(UNISET_IDLFLAGS)
#check mysql support
AC_MSG_CHECKING([mysql support])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment