Skip to content

Commit

Permalink
BUILD: Sync to my boost.m4 pull request changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Apr 19, 2011
1 parent 623fb74 commit 513e2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
9 changes: 0 additions & 9 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,9 @@
/* Define to 1 if you have <boost/unordered_map.hpp> */
#undef HAVE_BOOST_UNORDERED_MAP_HPP

/* Define to 1 if you have <boost/unordered_set.hpp> */
#undef HAVE_BOOST_UNORDERED_SET_HPP

/* Define to 1 if you have <boost/uuid/uuid_generators.hpp> */
#undef HAVE_BOOST_UUID_UUID_GENERATORS_HPP

/* Define to 1 if you have <boost/uuid/uuid.hpp> */
#undef HAVE_BOOST_UUID_UUID_HPP

/* Define to 1 if you have <boost/uuid/uuid_io.hpp> */
#undef HAVE_BOOST_UUID_UUID_IO_HPP

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

Expand Down
11 changes: 3 additions & 8 deletions m4/boost.m4
Original file line number Diff line number Diff line change
Expand Up @@ -630,22 +630,17 @@ BOOST_DEFUN([Preprocessor],


# BOOST_UNORDERED()
# ------------
# -----------------
# Look for Boost.Unordered
BOOST_DEFUN([Unordered],
[BOOST_FIND_HEADER([boost/unordered_map.hpp])
BOOST_FIND_HEADER([boost/unordered_set.hpp])
])# BOOST_UNORDERED
[BOOST_FIND_HEADER([boost/unordered_map.hpp])])


# BOOST_UUID()
# ------------
# Look for Boost.Uuid
BOOST_DEFUN([Uuid],
[BOOST_FIND_HEADER([boost/uuid/uuid.hpp])
BOOST_FIND_HEADER([boost/uuid/uuid_generators.hpp])
BOOST_FIND_HEADER([boost/uuid/uuid_io.hpp])
])# BOOST_UUID
[BOOST_FIND_HEADER([boost/uuid/uuid.hpp])])


# BOOST_PROGRAM_OPTIONS([PREFERRED-RT-OPT])
Expand Down

0 comments on commit 513e2d1

Please sign in to comment.