back to old configure
authorraster <raster>
Thu, 3 Mar 2005 06:50:44 +0000 (06:50 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Mar 2005 06:50:44 +0000 (06:50 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@13585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

eet.spec.in

index 7bfc6de..a89ddd2 100644 (file)
@@ -40,8 +40,9 @@ Headers, static libraries, test programs and documentation for Eet
 %setup -q
 
 %build
-#%{configure} --prefix=%{_prefix}
-./configure --prefix=%{_prefix}
+%{configure} --prefix=%{_prefix}
+### use this if you have build problems
+#./configure --prefix=%{_prefix}
 %{__make} %{?_smp_mflags} %{?mflags}
 
 %install