summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index e371bc29305..5142d3ba7cb 100644
--- a/configure.in
+++ b/configure.in
@@ -1051,7 +1051,7 @@ ACE_CACHE_CHECK(for getopt() prototype, ace_cv_lib_getopt_proto, [
ace_cv_lib_getopt_proto=yes
],
[
- AC_EGREP_HEADER([[^_]+getopt], stdlib.h,
+ AC_EGREP_HEADER(getopt, stdlib.h,
[
ace_cv_lib_getopt_proto=yes
],
@@ -6723,13 +6723,8 @@ ACE_CACHE_CHECK(if running on a Pentium(tm) processor,
case "$target" in
i386-* | i486-* |i586-* | i686-*)
dnl If we do have a pentium, than define ACE_HAS_PENTIUM and add
-dnl gethrtime.cpp to the source list, but only if we're using GNU C++
-dnl since gethrtime.cpp uses assembler code specific to that compiler.
- if test -n "$GXX"; then
- ace_cv_feature_pentium=yes
- else
- ace_cv_feature_pentium=no
- fi
+dnl gethrtime.cpp to the source list
+ ace_cv_feature_pentium=yes
;;
*)
ace_cv_feature_pentium=no