]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Regenerate
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Jun 2004 18:12:28 +0000 (18:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Jun 2004 18:12:28 +0000 (18:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@9366 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index d022c47f5df978de286d0fb72a640961a63ddc68..0f12578f0aca9ce6eb01cd59b8451cafea210545 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.168 .
+# From configure.in Revision: 1.169 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -5488,6 +5488,73 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+
+
+  echo "$as_me:$LINENO: checking for explicit template constructor bug" >&5
+echo $ECHO_N "checking for explicit template constructor bug... $ECHO_C" >&6
+  ac_ext=cc
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+  CXXFLAGS="$CXXFLAGSG"
+  cat >conftest.$ac_ext <<_ACEOF
+#line $LINENO "configure"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
+      struct X {
+        template <typename T>
+        explicit X(T);
+      };
+
+      void f(X);
+
+int
+main ()
+{
+
+      f(1);
+
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+         { ac_try='test -s conftest.$ac_objext'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+
+      echo "$as_me:$LINENO: result: yes. disabling some functions" >&5
+echo "${ECHO_T}yes. disabling some functions" >&6
+
+cat >>confdefs.h <<\_ACEOF
+#define DEAL_II_EXPLICIT_CONSTRUCTOR_BUG 1
+_ACEOF
+
+
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+      echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.