summaryrefslogtreecommitdiff
blob: d7b2f72eaffc8d0b4559be8586eb99ce7c510afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur meep-1.2.orig/configure.ac meep-1.2/configure.ac
--- meep-1.2.orig/configure.ac	2012-08-14 21:52:13.000000000 +0100
+++ meep-1.2/configure.ac	2012-08-14 21:54:49.000000000 +0100
@@ -224,7 +224,7 @@
 ##############################################################################
 # Libraries and flags (other than -lmeep) required to link Meep:
 
-MEEPLIBS="$LDFLAGS $LIBS"
+MEEPLIBS="$LIBS"
 AC_SUBST(MEEPLIBS)
 
 ##############################################################################