]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix check for AR.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Mar 2003 15:27:27 +0000 (15:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Mar 2003 15:27:27 +0000 (15:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@7271 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 5459bbf8cc549dd4f03736d133193a067842b8d6..07cd95d401b968a15bbdebc8d69c5506b914da92 100644 (file)
@@ -272,7 +272,8 @@ dnl RANLIB is not available, so skip the second check that tries to get
 dnl the full path for the executable that was found in the first one.
 dnl We also check for AR, since on some systems we will want to pass different
 dnl flags to AR if for example both 32- and 64-bit binaries are supported
-AC_CHECK_PROG(AR,ar)
+AC_CHECK_PROG(AR,ar,ar)
+AC_PATH_PROG(AR,$AR)
 AC_PROG_RANLIB
 if test "$RANLIB" != ":" ; then
   AC_PATH_PROG(RANLIB,$RANLIB)

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.