]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move a statement to a slightly more reasonable place.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 1 Nov 2005 01:40:03 +0000 (01:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 1 Nov 2005 01:40:03 +0000 (01:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@11677 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 83f8082aea9d605366539b6c5712749909a8c20d..b6db4fa781034dd113cea12244d846b026e7e3be 100644 (file)
@@ -58,7 +58,6 @@ AC_MSG_RESULT(Configuring deal.II version $PACKAGE_VERSION)
 AC_SUBST(DEAL_II_MAJOR)
 AC_SUBST(DEAL_II_MINOR)
 AC_SUBST(DEAL_II_PATH)
-LDFLAGS="-L$DEAL_II_PATH/lib $LDFLAGS"
 
 dnl    For backward compatibility, also have DEAL2_DIR alias DEAL_II_PATH
 DEAL2_DIR=$DEAL_II_PATH
@@ -678,6 +677,11 @@ namespace deal_II_numbers {
 #endif
 ])
 
+
+dnl Add the deal.II library path to LDFLAGS
+LDFLAGS="-L$DEAL_II_PATH/lib $LDFLAGS"
+
+
 AC_SUBST(LIBS)
 AC_SUBST(LDFLAGS)
 AC_SUBST(LDFLAGSPIC)

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.